Shades of Caper #B2BA84
Tints of Caper #B2BA84
RGB
CMYK
RGB Variations
Color information
#B2BA84 (or 0xB2BA84) is known color: Caper. HEX triplet: B2, BA and 84. RGB value is (178,186,132). Sum of RGB (Red+Green+Blue) = 178+186+132=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA84 is #4D457B. Grayscale: #B1B1B1. Windows color (decimal): -5064060 or 8698546. OLE color: 8698546.
HSL color Cylindrical-coordinate representation of color #B2BA84: hue angle of 68.89º 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 #B2BA84 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 132 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.27 |
| HSL | 68.89º | 0.28% | 0.62% | - |
| HSV(B) | 68.89º | 0.29% | 0.73% | - |
| XYZ | 40.08 | 46.25 | 28.64 | - |
| YUV | 177.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 132 | 0.04 | 0 | 0.29 | 0.27 | 68.89 | 0.28 | 0.62 |
| Hex | B2 | BA | 84 | 4 | 0 | 1D | 1B | 45 | 1C | 3E |
| Octal | 262 | 272 | 204 | 4 | 0 | 35 | 33 | 105 | 34 | 76 |
| Binary | 10110010 | 10111010 | 10000100 | 100 | 0 | 11101 | 11011 | 1000101 | 11100 | 111110 |
Color Harmonies of #B2BA84
Complementary color
Monochromatic Colors of #B2BA84
Black with #B2BA84
Text Example
Text Example
White with #B2BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA84; }
p { color: rgb(178,186,132); }
H1.HeaderClassName
{
color: #B2BA84;
}
.AnyTagClassName
{
color: #B2BA84;
}
</style>
background-color css
<style>
a { background-color: #B2BA84; }
a { background-color: rgb(178,186,132); }
div.DivClassName
{
background-color: #B2BA84;
}
.BgClassName
{
background-color: #B2BA84;
}
</style>
border-color css
<style>
span { border-color: #B2BA84; }
span { border-color: rgb(178,186,132); }
td.TdClassName
{
border-color: #B2BA84;
}
.TagClassName
{
border-color: #B2BA84;
}
</style>