#B4CA86

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

Shades of Caper #B4CA86

Tints of Caper #B4CA86

Color information

#B4CA86 (or 0xB4CA86) is unknown color: approx Caper. HEX triplet: B4, CA and 86. RGB value is (180,202,134). Sum of RGB (Red+Green+Blue) = 180+202+134=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CA86 is #4B3579. Grayscale: #BBBBBB. Windows color (decimal): -4928890 or 8833716. OLE color: 8833716.

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

Color convert

RGB180202134-
CMYK0.1100.340.21
HSL79.41º39.08%65.88%-
HSV(B)79.41º33.66%79.22%-
XYZ44.2553.6730.58-
YUV187.6797.71122.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=34.88%
G=39.15%
B=25.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021340.1100.340.2179.4139.0865.88
HexB4CA86B022154f2742
Octal264312206130422511747102
Binary101101001100101010000110101101000101010110011111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA86; }

 p { color: rgb(180,202,134); }

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

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

 a { background-color: rgb(180,202,134); }

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

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

 span { border-color: rgb(180,202,134); }

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