Shades of Caper #B7D17D
Tints of Caper #B7D17D
RGB
CMYK
RGB Variations
Color information
#B7D17D (or 0xB7D17D) is known color: Caper. HEX triplet: B7, D1 and 7D. RGB value is (183,209,125). Sum of RGB (Red+Green+Blue) = 183+209+125=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D17D is #482E82. Grayscale: #BFBFBF. Windows color (decimal): -4730499 or 8245687. OLE color: 8245687.
HSL color Cylindrical-coordinate representation of color #B7D17D: hue angle of 78.57º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7D17D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 125 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.18 |
| HSL | 78.57º | 0.48% | 0.65% | - |
| HSV(B) | 78.57º | 0.4% | 0.82% | - |
| XYZ | 46.03 | 57.15 | 28.01 | - |
| YUV | 191.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 125 | 0.12 | 0 | 0.40 | 0.18 | 78.57 | 0.48 | 0.65 |
| Hex | B7 | D1 | 7D | C | 0 | 28 | 12 | 4F | 30 | 41 |
| Octal | 267 | 321 | 175 | 14 | 0 | 50 | 22 | 117 | 60 | 101 |
| Binary | 10110111 | 11010001 | 1111101 | 1100 | 0 | 101000 | 10010 | 1001111 | 110000 | 1000001 |
Color Harmonies of #B7D17D
Complementary color
Monochromatic Colors of #B7D17D
Black with #B7D17D
Text Example
Text Example
White with #B7D17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D17D; }
p { color: rgb(183,209,125); }
H1.HeaderClassName
{
color: #B7D17D;
}
.AnyTagClassName
{
color: #B7D17D;
}
</style>
background-color css
<style>
a { background-color: #B7D17D; }
a { background-color: rgb(183,209,125); }
div.DivClassName
{
background-color: #B7D17D;
}
.BgClassName
{
background-color: #B7D17D;
}
</style>
border-color css
<style>
span { border-color: #B7D17D; }
span { border-color: rgb(183,209,125); }
td.TdClassName
{
border-color: #B7D17D;
}
.TagClassName
{
border-color: #B7D17D;
}
</style>