Shades of Caper #B2C870
Tints of Caper #B2C870
RGB
CMYK
RGB Variations
Color information
#B2C870 (or 0xB2C870) is known color: Caper. HEX triplet: B2, C8 and 70. RGB value is (178,200,112). Sum of RGB (Red+Green+Blue) = 178+200+112=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C870 is #4D378F. Grayscale: #B7B7B7. Windows color (decimal): -5060496 or 7391410. OLE color: 7391410.
HSL color Cylindrical-coordinate representation of color #B2C870: hue angle of 75º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2C870 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 112 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.22 |
| HSL | 75º | 0.44% | 0.61% | - |
| HSV(B) | 75º | 0.44% | 0.78% | - |
| XYZ | 41.94 | 51.94 | 23.14 | - |
| YUV | 183.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 112 | 0.11 | 0 | 0.44 | 0.22 | 75 | 0.44 | 0.61 |
| Hex | B2 | C8 | 70 | B | 0 | 2C | 16 | 4B | 2C | 3D |
| Octal | 262 | 310 | 160 | 13 | 0 | 54 | 26 | 113 | 54 | 75 |
| Binary | 10110010 | 11001000 | 1110000 | 1011 | 0 | 101100 | 10110 | 1001011 | 101100 | 111101 |
Color Harmonies of #B2C870
Complementary color
Monochromatic Colors of #B2C870
Black with #B2C870
Text Example
Text Example
White with #B2C870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C870; }
p { color: rgb(178,200,112); }
H1.HeaderClassName
{
color: #B2C870;
}
.AnyTagClassName
{
color: #B2C870;
}
</style>
background-color css
<style>
a { background-color: #B2C870; }
a { background-color: rgb(178,200,112); }
div.DivClassName
{
background-color: #B2C870;
}
.BgClassName
{
background-color: #B2C870;
}
</style>
border-color css
<style>
span { border-color: #B2C870; }
span { border-color: rgb(178,200,112); }
td.TdClassName
{
border-color: #B2C870;
}
.TagClassName
{
border-color: #B2C870;
}
</style>