#B6DB8E

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

Shades of Feijoa #B6DB8E

Tints of Feijoa #B6DB8E

Color information

#B6DB8E (or 0xB6DB8E) is unknown color: approx Feijoa. HEX triplet: B6, DB and 8E. RGB value is (182,219,142). Sum of RGB (Red+Green+Blue) = 182+219+142=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DB8E is #492471. Grayscale: #C7C7C7. Windows color (decimal): -4793458 or 9362358. OLE color: 9362358.

HSL color Cylindrical-coordinate representation of color #B6DB8E: hue angle of 88.83º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6DB8E is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB182219142-
CMYK0.1700.350.14
HSL88.83º51.68%70.78%-
HSV(B)88.83º35.16%85.88%-
XYZ49.5162.5635.06-
YUV199.1695.74115.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=33.52%
G=40.33%
B=26.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822191420.1700.350.1488.8351.6870.78
HexB6DB8E11023E593447
Octal266333216210431613164107
Binary101101101101101110001110100010100011111010110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DB8E; }

 p { color: rgb(182,219,142); }

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

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

 a { background-color: rgb(182,219,142); }

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

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

 span { border-color: rgb(182,219,142); }

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