Shades of Caper #BACB84
Tints of Caper #BACB84
RGB
CMYK
RGB Variations
Color information
#BACB84 (or 0xBACB84) is known color: Caper. HEX triplet: BA, CB and 84. RGB value is (186,203,132). Sum of RGB (Red+Green+Blue) = 186+203+132=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB84 is #45347B. Grayscale: #BEBEBE. Windows color (decimal): -4535420 or 8702906. OLE color: 8702906.
HSL color Cylindrical-coordinate representation of color #BACB84: hue angle of 74.37º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BACB84 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 132 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.20 |
| HSL | 74.37º | 0.41% | 0.66% | - |
| HSV(B) | 74.37º | 0.35% | 0.8% | - |
| XYZ | 45.77 | 54.82 | 30 | - |
| YUV | 189.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 132 | 0.08 | 0 | 0.35 | 0.20 | 74.37 | 0.41 | 0.66 |
| Hex | BA | CB | 84 | 8 | 0 | 23 | 14 | 4A | 29 | 42 |
| Octal | 272 | 313 | 204 | 10 | 0 | 43 | 24 | 112 | 51 | 102 |
| Binary | 10111010 | 11001011 | 10000100 | 1000 | 0 | 100011 | 10100 | 1001010 | 101001 | 1000010 |
Color Harmonies of #BACB84
Complementary color
Monochromatic Colors of #BACB84
Black with #BACB84
Text Example
Text Example
White with #BACB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB84; }
p { color: rgb(186,203,132); }
H1.HeaderClassName
{
color: #BACB84;
}
.AnyTagClassName
{
color: #BACB84;
}
</style>
background-color css
<style>
a { background-color: #BACB84; }
a { background-color: rgb(186,203,132); }
div.DivClassName
{
background-color: #BACB84;
}
.BgClassName
{
background-color: #BACB84;
}
</style>
border-color css
<style>
span { border-color: #BACB84; }
span { border-color: rgb(186,203,132); }
td.TdClassName
{
border-color: #BACB84;
}
.TagClassName
{
border-color: #BACB84;
}
</style>