#B3CA86

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

Shades of Caper #B3CA86

Tints of Caper #B3CA86

Color information

#B3CA86 (or 0xB3CA86) is unknown color: approx Caper. HEX triplet: B3, CA and 86. RGB value is (179,202,134). Sum of RGB (Red+Green+Blue) = 179+202+134=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA86 is #4C3579. Grayscale: #BBBBBB. Windows color (decimal): -4994426 or 8833715. OLE color: 8833715.

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

Color convert

RGB179202134-
CMYK0.1100.340.21
HSL80.29º39.08%65.88%-
HSV(B)80.29º33.66%79.22%-
XYZ44.0153.5530.57-
YUV187.3797.88122.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=34.76%
G=39.22%
B=26.02%

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
Decimal1792021340.1100.340.2180.2939.0865.88
HexB3CA86B02215502742
Octal263312206130422512047102
Binary101100111100101010000110101101000101010110100001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA86; }

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

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

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

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

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

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

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

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