Shades of Caper #B7CE7D
Tints of Caper #B7CE7D
RGB
CMYK
RGB Variations
Color information
#B7CE7D (or 0xB7CE7D) is known color: Caper. HEX triplet: B7, CE and 7D. RGB value is (183,206,125). Sum of RGB (Red+Green+Blue) = 183+206+125=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CE7D is #483182. Grayscale: #BEBEBE. Windows color (decimal): -4731267 or 8244919. OLE color: 8244919.
HSL color Cylindrical-coordinate representation of color #B7CE7D: hue angle of 77.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7CE7D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 125 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.19 |
| HSL | 77.04º | 0.45% | 0.65% | - |
| HSV(B) | 77.04º | 0.39% | 0.81% | - |
| XYZ | 45.3 | 55.69 | 27.76 | - |
| YUV | 189.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 125 | 0.11 | 0 | 0.39 | 0.19 | 77.04 | 0.45 | 0.65 |
| Hex | B7 | CE | 7D | B | 0 | 27 | 13 | 4D | 2D | 41 |
| Octal | 267 | 316 | 175 | 13 | 0 | 47 | 23 | 115 | 55 | 101 |
| Binary | 10110111 | 11001110 | 1111101 | 1011 | 0 | 100111 | 10011 | 1001101 | 101101 | 1000001 |
Color Harmonies of #B7CE7D
Complementary color
Monochromatic Colors of #B7CE7D
Black with #B7CE7D
Text Example
Text Example
White with #B7CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE7D; }
p { color: rgb(183,206,125); }
H1.HeaderClassName
{
color: #B7CE7D;
}
.AnyTagClassName
{
color: #B7CE7D;
}
</style>
background-color css
<style>
a { background-color: #B7CE7D; }
a { background-color: rgb(183,206,125); }
div.DivClassName
{
background-color: #B7CE7D;
}
.BgClassName
{
background-color: #B7CE7D;
}
</style>
border-color css
<style>
span { border-color: #B7CE7D; }
span { border-color: rgb(183,206,125); }
td.TdClassName
{
border-color: #B7CE7D;
}
.TagClassName
{
border-color: #B7CE7D;
}
</style>