#B3CA76

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

Shades of Caper #B3CA76

Tints of Caper #B3CA76

Color information

#B3CA76 (or 0xB3CA76) is unknown color: approx Caper. HEX triplet: B3, CA and 76. RGB value is (179,202,118). Sum of RGB (Red+Green+Blue) = 179+202+118=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA76 is #4C3589. Grayscale: #B9B9B9. Windows color (decimal): -4994442 or 7785139. OLE color: 7785139.

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

Color convert

RGB179202118-
CMYK0.1100.420.21
HSL76.43º44.21%62.75%-
HSV(B)76.43º41.58%79.22%-
XYZ42.9853.1325.13-
YUV185.5589.88123.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=35.87%
G=40.48%
B=23.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021180.1100.420.2176.4344.2162.75
HexB3CA76B02A154c2c3f
Octal26331216613052251145477
Binary1011001111001010111011010110101010101011001100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA76; }

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

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

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

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

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

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

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

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