Shades of Caper #B7CE78
Tints of Caper #B7CE78
RGB
CMYK
RGB Variations
Color information
#B7CE78 (or 0xB7CE78) is known color: Caper. HEX triplet: B7, CE and 78. RGB value is (183,206,120). Sum of RGB (Red+Green+Blue) = 183+206+120=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CE78 is #483187. Grayscale: #BDBDBD. Windows color (decimal): -4731272 or 7917239. OLE color: 7917239.
HSL color Cylindrical-coordinate representation of color #B7CE78: hue angle of 76.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7CE78 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 120 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.19 |
| HSL | 76.05º | 0.47% | 0.64% | - |
| HSV(B) | 76.05º | 0.42% | 0.81% | - |
| XYZ | 44.99 | 55.57 | 26.12 | - |
| YUV | 189.32 | 88.88 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 120 | 0.11 | 0 | 0.42 | 0.19 | 76.05 | 0.47 | 0.64 |
| Hex | B7 | CE | 78 | B | 0 | 2A | 13 | 4C | 2F | 40 |
| Octal | 267 | 316 | 170 | 13 | 0 | 52 | 23 | 114 | 57 | 100 |
| Binary | 10110111 | 11001110 | 1111000 | 1011 | 0 | 101010 | 10011 | 1001100 | 101111 | 1000000 |
Color Harmonies of #B7CE78
Complementary color
Monochromatic Colors of #B7CE78
Black with #B7CE78
Text Example
Text Example
White with #B7CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE78; }
p { color: rgb(183,206,120); }
H1.HeaderClassName
{
color: #B7CE78;
}
.AnyTagClassName
{
color: #B7CE78;
}
</style>
background-color css
<style>
a { background-color: #B7CE78; }
a { background-color: rgb(183,206,120); }
div.DivClassName
{
background-color: #B7CE78;
}
.BgClassName
{
background-color: #B7CE78;
}
</style>
border-color css
<style>
span { border-color: #B7CE78; }
span { border-color: rgb(183,206,120); }
td.TdClassName
{
border-color: #B7CE78;
}
.TagClassName
{
border-color: #B7CE78;
}
</style>