Shades of Caper #B2C472
Tints of Caper #B2C472
RGB
CMYK
RGB Variations
Color information
#B2C472 (or 0xB2C472) is known color: Caper. HEX triplet: B2, C4 and 72. RGB value is (178,196,114). Sum of RGB (Red+Green+Blue) = 178+196+114=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C472 is #4D3B8D. Grayscale: #B5B5B5. Windows color (decimal): -5061518 or 7521458. OLE color: 7521458.
HSL color Cylindrical-coordinate representation of color #B2C472: hue angle of 73.17º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2C472 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 114 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.23 |
| HSL | 73.17º | 0.41% | 0.61% | - |
| HSV(B) | 73.17º | 0.42% | 0.77% | - |
| XYZ | 41.14 | 50.16 | 23.43 | - |
| YUV | 181.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 114 | 0.09 | 0 | 0.42 | 0.23 | 73.17 | 0.41 | 0.61 |
| Hex | B2 | C4 | 72 | 9 | 0 | 2A | 17 | 49 | 29 | 3D |
| Octal | 262 | 304 | 162 | 11 | 0 | 52 | 27 | 111 | 51 | 75 |
| Binary | 10110010 | 11000100 | 1110010 | 1001 | 0 | 101010 | 10111 | 1001001 | 101001 | 111101 |
Color Harmonies of #B2C472
Complementary color
Monochromatic Colors of #B2C472
Black with #B2C472
Text Example
Text Example
White with #B2C472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C472; }
p { color: rgb(178,196,114); }
H1.HeaderClassName
{
color: #B2C472;
}
.AnyTagClassName
{
color: #B2C472;
}
</style>
background-color css
<style>
a { background-color: #B2C472; }
a { background-color: rgb(178,196,114); }
div.DivClassName
{
background-color: #B2C472;
}
.BgClassName
{
background-color: #B2C472;
}
</style>
border-color css
<style>
span { border-color: #B2C472; }
span { border-color: rgb(178,196,114); }
td.TdClassName
{
border-color: #B2C472;
}
.TagClassName
{
border-color: #B2C472;
}
</style>