Shades of Caper #B0CA86
Tints of Caper #B0CA86
RGB
CMYK
RGB Variations
Color information
#B0CA86 (or 0xB0CA86) is known color: Caper. HEX triplet: B0, CA and 86. RGB value is (176,202,134). Sum of RGB (Red+Green+Blue) = 176+202+134=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA86 is #4F3579. Grayscale: #BABABA. Windows color (decimal): -5191034 or 8833712. OLE color: 8833712.
HSL color Cylindrical-coordinate representation of color #B0CA86: hue angle of 82.94º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0CA86 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 134 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.21 |
| HSL | 82.94º | 0.39% | 0.66% | - |
| HSV(B) | 82.94º | 0.34% | 0.79% | - |
| XYZ | 43.33 | 53.19 | 30.54 | - |
| YUV | 186.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 134 | 0.13 | 0 | 0.34 | 0.21 | 82.94 | 0.39 | 0.66 |
| Hex | B0 | CA | 86 | D | 0 | 22 | 15 | 53 | 27 | 42 |
| Octal | 260 | 312 | 206 | 15 | 0 | 42 | 25 | 123 | 47 | 102 |
| Binary | 10110000 | 11001010 | 10000110 | 1101 | 0 | 100010 | 10101 | 1010011 | 100111 | 1000010 |
Color Harmonies of #B0CA86
Complementary color
Monochromatic Colors of #B0CA86
Black with #B0CA86
Text Example
Text Example
White with #B0CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA86; }
p { color: rgb(176,202,134); }
H1.HeaderClassName
{
color: #B0CA86;
}
.AnyTagClassName
{
color: #B0CA86;
}
</style>
background-color css
<style>
a { background-color: #B0CA86; }
a { background-color: rgb(176,202,134); }
div.DivClassName
{
background-color: #B0CA86;
}
.BgClassName
{
background-color: #B0CA86;
}
</style>
border-color css
<style>
span { border-color: #B0CA86; }
span { border-color: rgb(176,202,134); }
td.TdClassName
{
border-color: #B0CA86;
}
.TagClassName
{
border-color: #B0CA86;
}
</style>