Shades of Caper #B0BA84
Tints of Caper #B0BA84
RGB
CMYK
RGB Variations
Color information
#B0BA84 (or 0xB0BA84) is known color: Caper. HEX triplet: B0, BA and 84. RGB value is (176,186,132). Sum of RGB (Red+Green+Blue) = 176+186+132=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA84 is #4F457B. Grayscale: #B1B1B1. Windows color (decimal): -5195132 or 8698544. OLE color: 8698544.
HSL color Cylindrical-coordinate representation of color #B0BA84: hue angle of 71.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0BA84 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 132 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.27 |
| HSL | 71.11º | 0.28% | 0.62% | - |
| HSV(B) | 71.11º | 0.29% | 0.73% | - |
| XYZ | 39.63 | 46.01 | 28.62 | - |
| YUV | 176.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 132 | 0.05 | 0 | 0.29 | 0.27 | 71.11 | 0.28 | 0.62 |
| Hex | B0 | BA | 84 | 5 | 0 | 1D | 1B | 47 | 1C | 3E |
| Octal | 260 | 272 | 204 | 5 | 0 | 35 | 33 | 107 | 34 | 76 |
| Binary | 10110000 | 10111010 | 10000100 | 101 | 0 | 11101 | 11011 | 1000111 | 11100 | 111110 |
Color Harmonies of #B0BA84
Complementary color
Monochromatic Colors of #B0BA84
Black with #B0BA84
Text Example
Text Example
White with #B0BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA84; }
p { color: rgb(176,186,132); }
H1.HeaderClassName
{
color: #B0BA84;
}
.AnyTagClassName
{
color: #B0BA84;
}
</style>
background-color css
<style>
a { background-color: #B0BA84; }
a { background-color: rgb(176,186,132); }
div.DivClassName
{
background-color: #B0BA84;
}
.BgClassName
{
background-color: #B0BA84;
}
</style>
border-color css
<style>
span { border-color: #B0BA84; }
span { border-color: rgb(176,186,132); }
td.TdClassName
{
border-color: #B0BA84;
}
.TagClassName
{
border-color: #B0BA84;
}
</style>