Shades of Caper #B7D17E
Tints of Caper #B7D17E
RGB
CMYK
RGB Variations
Color information
#B7D17E (or 0xB7D17E) is known color: Caper. HEX triplet: B7, D1 and 7E. RGB value is (183,209,126). Sum of RGB (Red+Green+Blue) = 183+209+126=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D17E is #482E81. Grayscale: #C0C0C0. Windows color (decimal): -4730498 or 8311223. OLE color: 8311223.
HSL color Cylindrical-coordinate representation of color #B7D17E: hue angle of 78.8º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7D17E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 126 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.18 |
| HSL | 78.8º | 0.47% | 0.66% | - |
| HSV(B) | 78.8º | 0.4% | 0.82% | - |
| XYZ | 46.09 | 57.17 | 28.35 | - |
| YUV | 191.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 126 | 0.12 | 0 | 0.40 | 0.18 | 78.8 | 0.47 | 0.66 |
| Hex | B7 | D1 | 7E | C | 0 | 28 | 12 | 4F | 2F | 42 |
| Octal | 267 | 321 | 176 | 14 | 0 | 50 | 22 | 117 | 57 | 102 |
| Binary | 10110111 | 11010001 | 1111110 | 1100 | 0 | 101000 | 10010 | 1001111 | 101111 | 1000010 |
Color Harmonies of #B7D17E
Complementary color
Monochromatic Colors of #B7D17E
Black with #B7D17E
Text Example
Text Example
White with #B7D17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D17E; }
p { color: rgb(183,209,126); }
H1.HeaderClassName
{
color: #B7D17E;
}
.AnyTagClassName
{
color: #B7D17E;
}
</style>
background-color css
<style>
a { background-color: #B7D17E; }
a { background-color: rgb(183,209,126); }
div.DivClassName
{
background-color: #B7D17E;
}
.BgClassName
{
background-color: #B7D17E;
}
</style>
border-color css
<style>
span { border-color: #B7D17E; }
span { border-color: rgb(183,209,126); }
td.TdClassName
{
border-color: #B7D17E;
}
.TagClassName
{
border-color: #B7D17E;
}
</style>