Shades of Caper #B7CE72
Tints of Caper #B7CE72
RGB
CMYK
RGB Variations
Color information
#B7CE72 (or 0xB7CE72) is known color: Caper. HEX triplet: B7, CE and 72. RGB value is (183,206,114). Sum of RGB (Red+Green+Blue) = 183+206+114=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CE72 is #48318D. Grayscale: #BCBCBC. Windows color (decimal): -4731278 or 7524023. OLE color: 7524023.
HSL color Cylindrical-coordinate representation of color #B7CE72: hue angle of 75º 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 #B7CE72 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 114 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.19 |
| HSL | 75º | 0.48% | 0.63% | - |
| HSV(B) | 75º | 0.45% | 0.81% | - |
| XYZ | 44.64 | 55.42 | 24.27 | - |
| YUV | 188.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 114 | 0.11 | 0 | 0.45 | 0.19 | 75 | 0.48 | 0.63 |
| Hex | B7 | CE | 72 | B | 0 | 2D | 13 | 4B | 30 | 3F |
| Octal | 267 | 316 | 162 | 13 | 0 | 55 | 23 | 113 | 60 | 77 |
| Binary | 10110111 | 11001110 | 1110010 | 1011 | 0 | 101101 | 10011 | 1001011 | 110000 | 111111 |
Color Harmonies of #B7CE72
Complementary color
Monochromatic Colors of #B7CE72
Black with #B7CE72
Text Example
Text Example
White with #B7CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE72; }
p { color: rgb(183,206,114); }
H1.HeaderClassName
{
color: #B7CE72;
}
.AnyTagClassName
{
color: #B7CE72;
}
</style>
background-color css
<style>
a { background-color: #B7CE72; }
a { background-color: rgb(183,206,114); }
div.DivClassName
{
background-color: #B7CE72;
}
.BgClassName
{
background-color: #B7CE72;
}
</style>
border-color css
<style>
span { border-color: #B7CE72; }
span { border-color: rgb(183,206,114); }
td.TdClassName
{
border-color: #B7CE72;
}
.TagClassName
{
border-color: #B7CE72;
}
</style>