Shades of Caper #B2C872
Tints of Caper #B2C872
RGB
CMYK
RGB Variations
Color information
#B2C872 (or 0xB2C872) is known color: Caper. HEX triplet: B2, C8 and 72. RGB value is (178,200,114). Sum of RGB (Red+Green+Blue) = 178+200+114=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C872 is #4D378D. Grayscale: #B7B7B7. Windows color (decimal): -5060494 or 7522482. OLE color: 7522482.
HSL color Cylindrical-coordinate representation of color #B2C872: hue angle of 75.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2C872 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 114 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.22 |
| HSL | 75.35º | 0.44% | 0.62% | - |
| HSV(B) | 75.35º | 0.43% | 0.78% | - |
| XYZ | 42.05 | 51.99 | 23.74 | - |
| YUV | 183.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 114 | 0.11 | 0 | 0.43 | 0.22 | 75.35 | 0.44 | 0.62 |
| Hex | B2 | C8 | 72 | B | 0 | 2B | 16 | 4B | 2C | 3E |
| Octal | 262 | 310 | 162 | 13 | 0 | 53 | 26 | 113 | 54 | 76 |
| Binary | 10110010 | 11001000 | 1110010 | 1011 | 0 | 101011 | 10110 | 1001011 | 101100 | 111110 |
Color Harmonies of #B2C872
Complementary color
Monochromatic Colors of #B2C872
Black with #B2C872
Text Example
Text Example
White with #B2C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C872; }
p { color: rgb(178,200,114); }
H1.HeaderClassName
{
color: #B2C872;
}
.AnyTagClassName
{
color: #B2C872;
}
</style>
background-color css
<style>
a { background-color: #B2C872; }
a { background-color: rgb(178,200,114); }
div.DivClassName
{
background-color: #B2C872;
}
.BgClassName
{
background-color: #B2C872;
}
</style>
border-color css
<style>
span { border-color: #B2C872; }
span { border-color: rgb(178,200,114); }
td.TdClassName
{
border-color: #B2C872;
}
.TagClassName
{
border-color: #B2C872;
}
</style>