Shades of Caper #B2D576
Tints of Caper #B2D576
RGB
CMYK
RGB Variations
Color information
#B2D576 (or 0xB2D576) is known color: Caper. HEX triplet: B2, D5 and 76. RGB value is (178,213,118). Sum of RGB (Red+Green+Blue) = 178+213+118=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D576 is #4D2A89. Grayscale: #C0C0C0. Windows color (decimal): -5057162 or 7787954. OLE color: 7787954.
HSL color Cylindrical-coordinate representation of color #B2D576: hue angle of 82.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D576 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 118 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.16 |
| HSL | 82.11º | 0.53% | 0.65% | - |
| HSV(B) | 82.11º | 0.45% | 0.84% | - |
| XYZ | 45.42 | 58.36 | 26.01 | - |
| YUV | 191.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 118 | 0.16 | 0 | 0.45 | 0.16 | 82.11 | 0.53 | 0.65 |
| Hex | B2 | D5 | 76 | 10 | 0 | 2D | 10 | 52 | 35 | 41 |
| Octal | 262 | 325 | 166 | 20 | 0 | 55 | 20 | 122 | 65 | 101 |
| Binary | 10110010 | 11010101 | 1110110 | 10000 | 0 | 101101 | 10000 | 1010010 | 110101 | 1000001 |
Color Harmonies of #B2D576
Complementary color
Monochromatic Colors of #B2D576
Black with #B2D576
Text Example
Text Example
White with #B2D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D576; }
p { color: rgb(178,213,118); }
H1.HeaderClassName
{
color: #B2D576;
}
.AnyTagClassName
{
color: #B2D576;
}
</style>
background-color css
<style>
a { background-color: #B2D576; }
a { background-color: rgb(178,213,118); }
div.DivClassName
{
background-color: #B2D576;
}
.BgClassName
{
background-color: #B2D576;
}
</style>
border-color css
<style>
span { border-color: #B2D576; }
span { border-color: rgb(178,213,118); }
td.TdClassName
{
border-color: #B2D576;
}
.TagClassName
{
border-color: #B2D576;
}
</style>