Shades of Caper #B7D37E
Tints of Caper #B7D37E
RGB
CMYK
RGB Variations
Color information
#B7D37E (or 0xB7D37E) is known color: Caper. HEX triplet: B7, D3 and 7E. RGB value is (183,211,126). Sum of RGB (Red+Green+Blue) = 183+211+126=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D37E is #482C81. Grayscale: #C1C1C1. Windows color (decimal): -4729986 or 8311735. OLE color: 8311735.
HSL color Cylindrical-coordinate representation of color #B7D37E: hue angle of 79.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7D37E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 126 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.17 |
| HSL | 79.76º | 0.49% | 0.66% | - |
| HSV(B) | 79.76º | 0.4% | 0.83% | - |
| XYZ | 46.59 | 58.16 | 28.51 | - |
| YUV | 192.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 126 | 0.13 | 0 | 0.40 | 0.17 | 79.76 | 0.49 | 0.66 |
| Hex | B7 | D3 | 7E | D | 0 | 28 | 11 | 50 | 31 | 42 |
| Octal | 267 | 323 | 176 | 15 | 0 | 50 | 21 | 120 | 61 | 102 |
| Binary | 10110111 | 11010011 | 1111110 | 1101 | 0 | 101000 | 10001 | 1010000 | 110001 | 1000010 |
Color Harmonies of #B7D37E
Complementary color
Monochromatic Colors of #B7D37E
Black with #B7D37E
Text Example
Text Example
White with #B7D37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D37E; }
p { color: rgb(183,211,126); }
H1.HeaderClassName
{
color: #B7D37E;
}
.AnyTagClassName
{
color: #B7D37E;
}
</style>
background-color css
<style>
a { background-color: #B7D37E; }
a { background-color: rgb(183,211,126); }
div.DivClassName
{
background-color: #B7D37E;
}
.BgClassName
{
background-color: #B7D37E;
}
</style>
border-color css
<style>
span { border-color: #B7D37E; }
span { border-color: rgb(183,211,126); }
td.TdClassName
{
border-color: #B7D37E;
}
.TagClassName
{
border-color: #B7D37E;
}
</style>