#b6d687

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

Shades of Feijoa #B6D687

Tints of Feijoa #B6D687

Color information

#B6D687 (or 0xB6D687) is unknown color: approx Feijoa. HEX triplet: B6, D6 and 87. RGB value is (182,214,135). Sum of RGB (Red+Green+Blue) = 182+214+135=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D687 is #492978. Grayscale: #C3C3C3. Windows color (decimal): -4794745 or 8902326. OLE color: 8902326.

HSL color Cylindrical-coordinate representation of color #B6D687: hue angle of 84.3º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6D687 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB182214135-
CMYK0.1500.370.16
HSL84.3º49.07%68.43%-
HSV(B)84.3º36.92%83.92%-
XYZ47.7159.7931.95-
YUV195.4393.9118.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 214 (83.98% from 255) = 40.30%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=34.27%
G=40.30%
B=25.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141350.1500.370.1684.349.0768.43
HexB6D687F02510543144
Octal266326207170452012461104
Binary101101101101011010000111111101001011000010101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6d687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6d687; }

 p { color: rgb(182,214,135); }

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

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

 a { background-color: rgb(182,214,135); }

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

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

 span { border-color: rgb(182,214,135); }

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