Shades of Caper #B5C986
Tints of Caper #B5C986
RGB
CMYK
RGB Variations
Color information
#B5C986 (or 0xB5C986) is known color: Caper. HEX triplet: B5, C9 and 86. RGB value is (181,201,134). Sum of RGB (Red+Green+Blue) = 181+201+134=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C986 is #4A3679. Grayscale: #BBBBBB. Windows color (decimal): -4863610 or 8833461. OLE color: 8833461.
HSL color Cylindrical-coordinate representation of color #B5C986: hue angle of 77.91º 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 #B5C986 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 134 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.21 |
| HSL | 77.91º | 0.38% | 0.66% | - |
| HSV(B) | 77.91º | 0.33% | 0.79% | - |
| XYZ | 44.25 | 53.32 | 30.51 | - |
| YUV | 187.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 134 | 0.10 | 0 | 0.33 | 0.21 | 77.91 | 0.38 | 0.66 |
| Hex | B5 | C9 | 86 | A | 0 | 21 | 15 | 4E | 26 | 42 |
| Octal | 265 | 311 | 206 | 12 | 0 | 41 | 25 | 116 | 46 | 102 |
| Binary | 10110101 | 11001001 | 10000110 | 1010 | 0 | 100001 | 10101 | 1001110 | 100110 | 1000010 |
Color Harmonies of #B5C986
Complementary color
Monochromatic Colors of #B5C986
Black with #B5C986
Text Example
Text Example
White with #B5C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C986; }
p { color: rgb(181,201,134); }
H1.HeaderClassName
{
color: #B5C986;
}
.AnyTagClassName
{
color: #B5C986;
}
</style>
background-color css
<style>
a { background-color: #B5C986; }
a { background-color: rgb(181,201,134); }
div.DivClassName
{
background-color: #B5C986;
}
.BgClassName
{
background-color: #B5C986;
}
</style>
border-color css
<style>
span { border-color: #B5C986; }
span { border-color: rgb(181,201,134); }
td.TdClassName
{
border-color: #B5C986;
}
.TagClassName
{
border-color: #B5C986;
}
</style>