#B3CA87

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

Shades of Caper #B3CA87

Tints of Caper #B3CA87

Color information

#B3CA87 (or 0xB3CA87) is unknown color: approx Caper. HEX triplet: B3, CA and 87. RGB value is (179,202,135). Sum of RGB (Red+Green+Blue) = 179+202+135=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA87 is #4C3578. Grayscale: #BBBBBB. Windows color (decimal): -4994425 or 8899251. OLE color: 8899251.

HSL color Cylindrical-coordinate representation of color #B3CA87: hue angle of 80.6º 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 #B3CA87 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB179202135-
CMYK0.1100.330.21
HSL80.6º38.73%66.08%-
HSV(B)80.6º33.17%79.22%-
XYZ44.0853.5730.94-
YUV187.4898.38121.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=34.69%
G=39.15%
B=26.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021350.1100.330.2180.638.7366.08
HexB3CA87B02115512742
Octal263312207130412512147102
Binary101100111100101010000111101101000011010110100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA87; }

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

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

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

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

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

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

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

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