Shades of Caper #B9C986
Tints of Caper #B9C986
RGB
CMYK
RGB Variations
Color information
#B9C986 (or 0xB9C986) is known color: Caper. HEX triplet: B9, C9 and 86. RGB value is (185,201,134). Sum of RGB (Red+Green+Blue) = 185+201+134=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C986 is #463679. Grayscale: #BCBCBC. Windows color (decimal): -4601466 or 8833465. OLE color: 8833465.
HSL color Cylindrical-coordinate representation of color #B9C986: hue angle of 74.33º 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 #B9C986 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 134 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.21 |
| HSL | 74.33º | 0.38% | 0.66% | - |
| HSV(B) | 74.33º | 0.33% | 0.79% | - |
| XYZ | 45.2 | 53.81 | 30.56 | - |
| YUV | 188.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 134 | 0.08 | 0 | 0.33 | 0.21 | 74.33 | 0.38 | 0.66 |
| Hex | B9 | C9 | 86 | 8 | 0 | 21 | 15 | 4A | 26 | 42 |
| Octal | 271 | 311 | 206 | 10 | 0 | 41 | 25 | 112 | 46 | 102 |
| Binary | 10111001 | 11001001 | 10000110 | 1000 | 0 | 100001 | 10101 | 1001010 | 100110 | 1000010 |
Color Harmonies of #B9C986
Complementary color
Monochromatic Colors of #B9C986
Black with #B9C986
Text Example
Text Example
White with #B9C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C986; }
p { color: rgb(185,201,134); }
H1.HeaderClassName
{
color: #B9C986;
}
.AnyTagClassName
{
color: #B9C986;
}
</style>
background-color css
<style>
a { background-color: #B9C986; }
a { background-color: rgb(185,201,134); }
div.DivClassName
{
background-color: #B9C986;
}
.BgClassName
{
background-color: #B9C986;
}
</style>
border-color css
<style>
span { border-color: #B9C986; }
span { border-color: rgb(185,201,134); }
td.TdClassName
{
border-color: #B9C986;
}
.TagClassName
{
border-color: #B9C986;
}
</style>