Shades of Caper #B6D17D
Tints of Caper #B6D17D
RGB
CMYK
RGB Variations
Color information
#B6D17D (or 0xB6D17D) is known color: Caper. HEX triplet: B6, D1 and 7D. RGB value is (182,209,125). Sum of RGB (Red+Green+Blue) = 182+209+125=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D17D is #492E82. Grayscale: #BFBFBF. Windows color (decimal): -4796035 or 8245686. OLE color: 8245686.
HSL color Cylindrical-coordinate representation of color #B6D17D: hue angle of 79.29º 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 #B6D17D is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 209 | 125 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.18 |
| HSL | 79.29º | 0.48% | 0.65% | - |
| HSV(B) | 79.29º | 0.4% | 0.82% | - |
| XYZ | 45.79 | 57.03 | 28 | - |
| YUV | 191.35 | 90.55 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 209 | 125 | 0.13 | 0 | 0.40 | 0.18 | 79.29 | 0.48 | 0.65 |
| Hex | B6 | D1 | 7D | D | 0 | 28 | 12 | 4F | 30 | 41 |
| Octal | 266 | 321 | 175 | 15 | 0 | 50 | 22 | 117 | 60 | 101 |
| Binary | 10110110 | 11010001 | 1111101 | 1101 | 0 | 101000 | 10010 | 1001111 | 110000 | 1000001 |
Color Harmonies of #B6D17D
Complementary color
Monochromatic Colors of #B6D17D
Black with #B6D17D
Text Example
Text Example
White with #B6D17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D17D; }
p { color: rgb(182,209,125); }
H1.HeaderClassName
{
color: #B6D17D;
}
.AnyTagClassName
{
color: #B6D17D;
}
</style>
background-color css
<style>
a { background-color: #B6D17D; }
a { background-color: rgb(182,209,125); }
div.DivClassName
{
background-color: #B6D17D;
}
.BgClassName
{
background-color: #B6D17D;
}
</style>
border-color css
<style>
span { border-color: #B6D17D; }
span { border-color: rgb(182,209,125); }
td.TdClassName
{
border-color: #B6D17D;
}
.TagClassName
{
border-color: #B6D17D;
}
</style>