Shades of Caper #BACA81
Tints of Caper #BACA81
RGB
CMYK
RGB Variations
Color information
#BACA81 (or 0xBACA81) is known color: Caper. HEX triplet: BA, CA and 81. RGB value is (186,202,129). Sum of RGB (Red+Green+Blue) = 186+202+129=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA81 is #45357E. Grayscale: #BDBDBD. Windows color (decimal): -4535679 or 8506042. OLE color: 8506042.
HSL color Cylindrical-coordinate representation of color #BACA81: hue angle of 73.15º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BACA81 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 129 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.21 |
| HSL | 73.15º | 0.41% | 0.65% | - |
| HSV(B) | 73.15º | 0.36% | 0.79% | - |
| XYZ | 45.33 | 54.27 | 28.85 | - |
| YUV | 188.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 129 | 0.08 | 0 | 0.36 | 0.21 | 73.15 | 0.41 | 0.65 |
| Hex | BA | CA | 81 | 8 | 0 | 24 | 15 | 49 | 29 | 41 |
| Octal | 272 | 312 | 201 | 10 | 0 | 44 | 25 | 111 | 51 | 101 |
| Binary | 10111010 | 11001010 | 10000001 | 1000 | 0 | 100100 | 10101 | 1001001 | 101001 | 1000001 |
Color Harmonies of #BACA81
Complementary color
Monochromatic Colors of #BACA81
Black with #BACA81
Text Example
Text Example
White with #BACA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA81; }
p { color: rgb(186,202,129); }
H1.HeaderClassName
{
color: #BACA81;
}
.AnyTagClassName
{
color: #BACA81;
}
</style>
background-color css
<style>
a { background-color: #BACA81; }
a { background-color: rgb(186,202,129); }
div.DivClassName
{
background-color: #BACA81;
}
.BgClassName
{
background-color: #BACA81;
}
</style>
border-color css
<style>
span { border-color: #BACA81; }
span { border-color: rgb(186,202,129); }
td.TdClassName
{
border-color: #BACA81;
}
.TagClassName
{
border-color: #BACA81;
}
</style>