Shades of Caper #B2C576
Tints of Caper #B2C576
RGB
CMYK
RGB Variations
Color information
#B2C576 (or 0xB2C576) is known color: Caper. HEX triplet: B2, C5 and 76. RGB value is (178,197,118). Sum of RGB (Red+Green+Blue) = 178+197+118=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C576 is #4D3A89. Grayscale: #B6B6B6. Windows color (decimal): -5061258 or 7783858. OLE color: 7783858.
HSL color Cylindrical-coordinate representation of color #B2C576: hue angle of 74.43º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2C576 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 118 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.23 |
| HSL | 74.43º | 0.41% | 0.62% | - |
| HSV(B) | 74.43º | 0.4% | 0.77% | - |
| XYZ | 41.6 | 50.71 | 24.73 | - |
| YUV | 182.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 118 | 0.10 | 0 | 0.40 | 0.23 | 74.43 | 0.41 | 0.62 |
| Hex | B2 | C5 | 76 | A | 0 | 28 | 17 | 4A | 29 | 3E |
| Octal | 262 | 305 | 166 | 12 | 0 | 50 | 27 | 112 | 51 | 76 |
| Binary | 10110010 | 11000101 | 1110110 | 1010 | 0 | 101000 | 10111 | 1001010 | 101001 | 111110 |
Color Harmonies of #B2C576
Complementary color
Monochromatic Colors of #B2C576
Black with #B2C576
Text Example
Text Example
White with #B2C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C576; }
p { color: rgb(178,197,118); }
H1.HeaderClassName
{
color: #B2C576;
}
.AnyTagClassName
{
color: #B2C576;
}
</style>
background-color css
<style>
a { background-color: #B2C576; }
a { background-color: rgb(178,197,118); }
div.DivClassName
{
background-color: #B2C576;
}
.BgClassName
{
background-color: #B2C576;
}
</style>
border-color css
<style>
span { border-color: #B2C576; }
span { border-color: rgb(178,197,118); }
td.TdClassName
{
border-color: #B2C576;
}
.TagClassName
{
border-color: #B2C576;
}
</style>