Shades of Caper #B2CE72
Tints of Caper #B2CE72
RGB
CMYK
RGB Variations
Color information
#B2CE72 (or 0xB2CE72) is known color: Caper. HEX triplet: B2, CE and 72. RGB value is (178,206,114). Sum of RGB (Red+Green+Blue) = 178+206+114=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE72 is #4D318D. Grayscale: #BBBBBB. Windows color (decimal): -5058958 or 7524018. OLE color: 7524018.
HSL color Cylindrical-coordinate representation of color #B2CE72: hue angle of 78.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2CE72 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 114 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.19 |
| HSL | 78.26º | 0.48% | 0.63% | - |
| HSV(B) | 78.26º | 0.45% | 0.81% | - |
| XYZ | 43.47 | 54.82 | 24.21 | - |
| YUV | 187.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 114 | 0.14 | 0 | 0.45 | 0.19 | 78.26 | 0.48 | 0.63 |
| Hex | B2 | CE | 72 | E | 0 | 2D | 13 | 4E | 30 | 3F |
| Octal | 262 | 316 | 162 | 16 | 0 | 55 | 23 | 116 | 60 | 77 |
| Binary | 10110010 | 11001110 | 1110010 | 1110 | 0 | 101101 | 10011 | 1001110 | 110000 | 111111 |
Color Harmonies of #B2CE72
Complementary color
Monochromatic Colors of #B2CE72
Black with #B2CE72
Text Example
Text Example
White with #B2CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE72; }
p { color: rgb(178,206,114); }
H1.HeaderClassName
{
color: #B2CE72;
}
.AnyTagClassName
{
color: #B2CE72;
}
</style>
background-color css
<style>
a { background-color: #B2CE72; }
a { background-color: rgb(178,206,114); }
div.DivClassName
{
background-color: #B2CE72;
}
.BgClassName
{
background-color: #B2CE72;
}
</style>
border-color css
<style>
span { border-color: #B2CE72; }
span { border-color: rgb(178,206,114); }
td.TdClassName
{
border-color: #B2CE72;
}
.TagClassName
{
border-color: #B2CE72;
}
</style>