Shades of Caper #B2D172
Tints of Caper #B2D172
RGB
CMYK
RGB Variations
Color information
#B2D172 (or 0xB2D172) is known color: Caper. HEX triplet: B2, D1 and 72. RGB value is (178,209,114). Sum of RGB (Red+Green+Blue) = 178+209+114=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D172 is #4D2E8D. Grayscale: #BDBDBD. Windows color (decimal): -5058190 or 7524786. OLE color: 7524786.
HSL color Cylindrical-coordinate representation of color #B2D172: hue angle of 79.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D172 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 114 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.18 |
| HSL | 79.58º | 0.51% | 0.63% | - |
| HSV(B) | 79.58º | 0.45% | 0.82% | - |
| XYZ | 44.2 | 56.28 | 24.45 | - |
| YUV | 188.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 114 | 0.15 | 0 | 0.45 | 0.18 | 79.58 | 0.51 | 0.63 |
| Hex | B2 | D1 | 72 | F | 0 | 2D | 12 | 50 | 33 | 3F |
| Octal | 262 | 321 | 162 | 17 | 0 | 55 | 22 | 120 | 63 | 77 |
| Binary | 10110010 | 11010001 | 1110010 | 1111 | 0 | 101101 | 10010 | 1010000 | 110011 | 111111 |
Color Harmonies of #B2D172
Complementary color
Monochromatic Colors of #B2D172
Black with #B2D172
Text Example
Text Example
White with #B2D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D172; }
p { color: rgb(178,209,114); }
H1.HeaderClassName
{
color: #B2D172;
}
.AnyTagClassName
{
color: #B2D172;
}
</style>
background-color css
<style>
a { background-color: #B2D172; }
a { background-color: rgb(178,209,114); }
div.DivClassName
{
background-color: #B2D172;
}
.BgClassName
{
background-color: #B2D172;
}
</style>
border-color css
<style>
span { border-color: #B2D172; }
span { border-color: rgb(178,209,114); }
td.TdClassName
{
border-color: #B2D172;
}
.TagClassName
{
border-color: #B2D172;
}
</style>