Shades of Caper #BACA8D
Tints of Caper #BACA8D
RGB
CMYK
RGB Variations
Color information
#BACA8D (or 0xBACA8D) is known color: Caper. HEX triplet: BA, CA and 8D. RGB value is (186,202,141). Sum of RGB (Red+Green+Blue) = 186+202+141=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA8D is #453572. Grayscale: #BEBEBE. Windows color (decimal): -4535667 or 9292474. OLE color: 9292474.
HSL color Cylindrical-coordinate representation of color #BACA8D: hue angle of 75.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BACA8D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 141 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.21 |
| HSL | 75.74º | 0.37% | 0.67% | - |
| HSV(B) | 75.74º | 0.3% | 0.79% | - |
| XYZ | 46.18 | 54.6 | 33.3 | - |
| YUV | 190.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 141 | 0.08 | 0 | 0.30 | 0.21 | 75.74 | 0.37 | 0.67 |
| Hex | BA | CA | 8D | 8 | 0 | 1E | 15 | 4C | 25 | 43 |
| Octal | 272 | 312 | 215 | 10 | 0 | 36 | 25 | 114 | 45 | 103 |
| Binary | 10111010 | 11001010 | 10001101 | 1000 | 0 | 11110 | 10101 | 1001100 | 100101 | 1000011 |
Color Harmonies of #BACA8D
Complementary color
Monochromatic Colors of #BACA8D
Black with #BACA8D
Text Example
Text Example
White with #BACA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA8D; }
p { color: rgb(186,202,141); }
H1.HeaderClassName
{
color: #BACA8D;
}
.AnyTagClassName
{
color: #BACA8D;
}
</style>
background-color css
<style>
a { background-color: #BACA8D; }
a { background-color: rgb(186,202,141); }
div.DivClassName
{
background-color: #BACA8D;
}
.BgClassName
{
background-color: #BACA8D;
}
</style>
border-color css
<style>
span { border-color: #BACA8D; }
span { border-color: rgb(186,202,141); }
td.TdClassName
{
border-color: #BACA8D;
}
.TagClassName
{
border-color: #BACA8D;
}
</style>