Shades of Caper #B6C986
Tints of Caper #B6C986
RGB
CMYK
RGB Variations
Color information
#B6C986 (or 0xB6C986) is known color: Caper. HEX triplet: B6, C9 and 86. RGB value is (182,201,134). Sum of RGB (Red+Green+Blue) = 182+201+134=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C986 is #493679. Grayscale: #BBBBBB. Windows color (decimal): -4798074 or 8833462. OLE color: 8833462.
HSL color Cylindrical-coordinate representation of color #B6C986: hue angle of 77.01º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6C986 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 134 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.21 |
| HSL | 77.01º | 0.38% | 0.66% | - |
| HSV(B) | 77.01º | 0.33% | 0.79% | - |
| XYZ | 44.48 | 53.44 | 30.52 | - |
| YUV | 187.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 134 | 0.09 | 0 | 0.33 | 0.21 | 77.01 | 0.38 | 0.66 |
| Hex | B6 | C9 | 86 | 9 | 0 | 21 | 15 | 4D | 26 | 42 |
| Octal | 266 | 311 | 206 | 11 | 0 | 41 | 25 | 115 | 46 | 102 |
| Binary | 10110110 | 11001001 | 10000110 | 1001 | 0 | 100001 | 10101 | 1001101 | 100110 | 1000010 |
Color Harmonies of #B6C986
Complementary color
Monochromatic Colors of #B6C986
Black with #B6C986
Text Example
Text Example
White with #B6C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C986; }
p { color: rgb(182,201,134); }
H1.HeaderClassName
{
color: #B6C986;
}
.AnyTagClassName
{
color: #B6C986;
}
</style>
background-color css
<style>
a { background-color: #B6C986; }
a { background-color: rgb(182,201,134); }
div.DivClassName
{
background-color: #B6C986;
}
.BgClassName
{
background-color: #B6C986;
}
</style>
border-color css
<style>
span { border-color: #B6C986; }
span { border-color: rgb(182,201,134); }
td.TdClassName
{
border-color: #B6C986;
}
.TagClassName
{
border-color: #B6C986;
}
</style>