#B6CD87

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

Shades of Caper #B6CD87

Tints of Caper #B6CD87

Color information

#B6CD87 (or 0xB6CD87) is unknown color: approx Caper. HEX triplet: B6, CD and 87. RGB value is (182,205,135). Sum of RGB (Red+Green+Blue) = 182+205+135=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CD87 is #493278. Grayscale: #BEBEBE. Windows color (decimal): -4797049 or 8900022. OLE color: 8900022.

HSL color Cylindrical-coordinate representation of color #B6CD87: hue angle of 79.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6CD87 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB182205135-
CMYK0.1100.340.20
HSL79.71º41.18%66.67%-
HSV(B)79.71º34.15%80.39%-
XYZ45.555.3631.21-
YUV190.1496.88122.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 135 (53.12% from 255) = 25.86%
R=34.87%
G=39.27%
B=25.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051350.1100.340.2079.7141.1866.67
HexB6CD87B02214502943
Octal266315207130422412051103
Binary101101101100110110000111101101000101010010100001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD87; }

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

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

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

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

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

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

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

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