#B6DE8C

Color #B6DE8C Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B6DE8C

Tints of Feijoa #B6DE8C

Color information

#B6DE8C (or 0xB6DE8C) is unknown color: approx Feijoa. HEX triplet: B6, DE and 8C. RGB value is (182,222,140). Sum of RGB (Red+Green+Blue) = 182+222+140=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DE8C is #492173. Grayscale: #C8C8C8. Windows color (decimal): -4792692 or 9232054. OLE color: 9232054.

HSL color Cylindrical-coordinate representation of color #B6DE8C: hue angle of 89.27º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6DE8C is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB182222140-
CMYK0.1800.370.13
HSL89.27º55.41%70.98%-
HSV(B)89.27º36.94%87.06%-
XYZ50.1564.0834.54-
YUV200.6993.75114.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=33.46%
G=40.81%
B=25.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822221400.1800.370.1389.2755.4170.98
HexB6DE8C12025D593747
Octal266336214220451513167107
Binary101101101101111010001100100100100101110110110011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DE8C; }

 p { color: rgb(182,222,140); }

 H1.HeaderClassName
 {
   color: #B6DE8C;
 }
 .AnyTagClassName
 {
   color: #B6DE8C;
 }
</style>
background-color css

<style>
 a { background-color: #B6DE8C; }

 a { background-color: rgb(182,222,140); }

 div.DivClassName
 {
   background-color: #B6DE8C;
 }
 .BgClassName
 {
   background-color: #B6DE8C;
 }
</style>
border-color css

<style>
 span { border-color: #B6DE8C; }

 span { border-color: rgb(182,222,140); }

 td.TdClassName
 {
   border-color: #B6DE8C;
 }
 .TagClassName
 {
   border-color: #B6DE8C;
 }
</style>