Shades of Caper #B7D376
Tints of Caper #B7D376
RGB
CMYK
RGB Variations
Color information
#B7D376 (or 0xB7D376) is known color: Caper. HEX triplet: B7, D3 and 76. RGB value is (183,211,118). Sum of RGB (Red+Green+Blue) = 183+211+118=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D376 is #482C89. Grayscale: #C0C0C0. Windows color (decimal): -4729994 or 7787447. OLE color: 7787447.
HSL color Cylindrical-coordinate representation of color #B7D376: hue angle of 78.06º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7D376 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 118 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.17 |
| HSL | 78.06º | 0.51% | 0.65% | - |
| HSV(B) | 78.06º | 0.44% | 0.83% | - |
| XYZ | 46.09 | 57.96 | 25.9 | - |
| YUV | 192.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 118 | 0.13 | 0 | 0.44 | 0.17 | 78.06 | 0.51 | 0.65 |
| Hex | B7 | D3 | 76 | D | 0 | 2C | 11 | 4E | 33 | 41 |
| Octal | 267 | 323 | 166 | 15 | 0 | 54 | 21 | 116 | 63 | 101 |
| Binary | 10110111 | 11010011 | 1110110 | 1101 | 0 | 101100 | 10001 | 1001110 | 110011 | 1000001 |
Color Harmonies of #B7D376
Complementary color
Monochromatic Colors of #B7D376
Black with #B7D376
Text Example
Text Example
White with #B7D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D376; }
p { color: rgb(183,211,118); }
H1.HeaderClassName
{
color: #B7D376;
}
.AnyTagClassName
{
color: #B7D376;
}
</style>
background-color css
<style>
a { background-color: #B7D376; }
a { background-color: rgb(183,211,118); }
div.DivClassName
{
background-color: #B7D376;
}
.BgClassName
{
background-color: #B7D376;
}
</style>
border-color css
<style>
span { border-color: #B7D376; }
span { border-color: rgb(183,211,118); }
td.TdClassName
{
border-color: #B7D376;
}
.TagClassName
{
border-color: #B7D376;
}
</style>