#B2C976

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

Shades of Caper #B2C976

Tints of Caper #B2C976

Color information

#B2C976 (or 0xB2C976) is unknown color: approx Caper. HEX triplet: B2, C9 and 76. RGB value is (178,201,118). Sum of RGB (Red+Green+Blue) = 178+201+118=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C976 is #4D3689. Grayscale: #B8B8B8. Windows color (decimal): -5060234 or 7784882. OLE color: 7784882.

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

Color convert

RGB178201118-
CMYK0.1100.410.21
HSL76.63º43.46%62.55%-
HSV(B)76.63º41.29%78.82%-
XYZ42.5252.5525.04-
YUV184.6690.38123.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=35.81%
G=40.44%
B=23.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782011180.1100.410.2176.6343.4662.55
HexB2C976B029154d2b3f
Octal26231116613051251155377
Binary1011001011001001111011010110101001101011001101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C976; }

 p { color: rgb(178,201,118); }

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

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

 a { background-color: rgb(178,201,118); }

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

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

 span { border-color: rgb(178,201,118); }

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