#B6CA87

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

Shades of Caper #B6CA87

Tints of Caper #B6CA87

Color information

#B6CA87 (or 0xB6CA87) is unknown color: approx Caper. HEX triplet: B6, CA and 87. RGB value is (182,202,135). Sum of RGB (Red+Green+Blue) = 182+202+135=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA87 is #493578. Grayscale: #BCBCBC. Windows color (decimal): -4797817 or 8899254. OLE color: 8899254.

HSL color Cylindrical-coordinate representation of color #B6CA87: hue angle of 77.91º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6CA87 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB182202135-
CMYK0.1000.330.21
HSL77.91º38.73%66.08%-
HSV(B)77.91º33.17%79.22%-
XYZ44.7953.9430.97-
YUV188.3897.87123.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=35.07%
G=38.92%
B=26.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021350.1000.330.2177.9138.7366.08
HexB6CA87A021154e2742
Octal266312207120412511647102
Binary101101101100101010000111101001000011010110011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA87; }

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

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

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

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

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

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

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

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