Shades of Caper #B7D07E
Tints of Caper #B7D07E
RGB
CMYK
RGB Variations
Color information
#B7D07E (or 0xB7D07E) is known color: Caper. HEX triplet: B7, D0 and 7E. RGB value is (183,208,126). Sum of RGB (Red+Green+Blue) = 183+208+126=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D07E is #482F81. Grayscale: #BFBFBF. Windows color (decimal): -4730754 or 8310967. OLE color: 8310967.
HSL color Cylindrical-coordinate representation of color #B7D07E: hue angle of 78.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7D07E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 126 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.18 |
| HSL | 78.29º | 0.47% | 0.65% | - |
| HSV(B) | 78.29º | 0.39% | 0.82% | - |
| XYZ | 45.85 | 56.69 | 28.26 | - |
| YUV | 191.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 126 | 0.12 | 0 | 0.39 | 0.18 | 78.29 | 0.47 | 0.65 |
| Hex | B7 | D0 | 7E | C | 0 | 27 | 12 | 4E | 2F | 41 |
| Octal | 267 | 320 | 176 | 14 | 0 | 47 | 22 | 116 | 57 | 101 |
| Binary | 10110111 | 11010000 | 1111110 | 1100 | 0 | 100111 | 10010 | 1001110 | 101111 | 1000001 |
Color Harmonies of #B7D07E
Complementary color
Monochromatic Colors of #B7D07E
Black with #B7D07E
Text Example
Text Example
White with #B7D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D07E; }
p { color: rgb(183,208,126); }
H1.HeaderClassName
{
color: #B7D07E;
}
.AnyTagClassName
{
color: #B7D07E;
}
</style>
background-color css
<style>
a { background-color: #B7D07E; }
a { background-color: rgb(183,208,126); }
div.DivClassName
{
background-color: #B7D07E;
}
.BgClassName
{
background-color: #B7D07E;
}
</style>
border-color css
<style>
span { border-color: #B7D07E; }
span { border-color: rgb(183,208,126); }
td.TdClassName
{
border-color: #B7D07E;
}
.TagClassName
{
border-color: #B7D07E;
}
</style>