#B9D686

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

Shades of Caper #B9D686

Tints of Caper #B9D686

Color information

#B9D686 (or 0xB9D686) is unknown color: approx Caper. HEX triplet: B9, D6 and 86. RGB value is (185,214,134). Sum of RGB (Red+Green+Blue) = 185+214+134=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D686 is #462979. Grayscale: #C4C4C4. Windows color (decimal): -4598138 or 8836793. OLE color: 8836793.

HSL color Cylindrical-coordinate representation of color #B9D686: hue angle of 81.75º 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 #B9D686 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB185214134-
CMYK0.1400.370.16
HSL81.75º49.38%68.24%-
HSV(B)81.75º37.38%83.92%-
XYZ48.3660.1331.61-
YUV196.2192.89120-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=34.71%
G=40.15%
B=25.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141340.1400.370.1681.7549.3868.24
HexB9D686E02510523144
Octal271326206160452012261104
Binary101110011101011010000110111001001011000010100101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D686; }

 p { color: rgb(185,214,134); }

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

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

 a { background-color: rgb(185,214,134); }

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

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

 span { border-color: rgb(185,214,134); }

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