Shades of Caper #BACA89
Tints of Caper #BACA89
RGB
CMYK
RGB Variations
Color information
#BACA89 (or 0xBACA89) is known color: Caper. HEX triplet: BA, CA and 89. RGB value is (186,202,137). Sum of RGB (Red+Green+Blue) = 186+202+137=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA89 is #453576. Grayscale: #BEBEBE. Windows color (decimal): -4535671 or 9030330. OLE color: 9030330.
HSL color Cylindrical-coordinate representation of color #BACA89: hue angle of 74.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BACA89 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 137 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.21 |
| HSL | 74.77º | 0.38% | 0.66% | - |
| HSV(B) | 74.77º | 0.32% | 0.79% | - |
| XYZ | 45.89 | 54.49 | 31.77 | - |
| YUV | 189.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 137 | 0.08 | 0 | 0.32 | 0.21 | 74.77 | 0.38 | 0.66 |
| Hex | BA | CA | 89 | 8 | 0 | 20 | 15 | 4B | 26 | 42 |
| Octal | 272 | 312 | 211 | 10 | 0 | 40 | 25 | 113 | 46 | 102 |
| Binary | 10111010 | 11001010 | 10001001 | 1000 | 0 | 100000 | 10101 | 1001011 | 100110 | 1000010 |
Color Harmonies of #BACA89
Complementary color
Monochromatic Colors of #BACA89
Black with #BACA89
Text Example
Text Example
White with #BACA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA89; }
p { color: rgb(186,202,137); }
H1.HeaderClassName
{
color: #BACA89;
}
.AnyTagClassName
{
color: #BACA89;
}
</style>
background-color css
<style>
a { background-color: #BACA89; }
a { background-color: rgb(186,202,137); }
div.DivClassName
{
background-color: #BACA89;
}
.BgClassName
{
background-color: #BACA89;
}
</style>
border-color css
<style>
span { border-color: #BACA89; }
span { border-color: rgb(186,202,137); }
td.TdClassName
{
border-color: #BACA89;
}
.TagClassName
{
border-color: #BACA89;
}
</style>