Shades of Caper #BACA7D
Tints of Caper #BACA7D
RGB
CMYK
RGB Variations
Color information
#BACA7D (or 0xBACA7D) is known color: Caper. HEX triplet: BA, CA and 7D. RGB value is (186,202,125). Sum of RGB (Red+Green+Blue) = 186+202+125=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA7D is #453582. Grayscale: #BCBCBC. Windows color (decimal): -4535683 or 8243898. OLE color: 8243898.
HSL color Cylindrical-coordinate representation of color #BACA7D: hue angle of 72.47º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BACA7D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 125 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.21 |
| HSL | 72.47º | 0.42% | 0.64% | - |
| HSV(B) | 72.47º | 0.38% | 0.79% | - |
| XYZ | 45.07 | 54.16 | 27.48 | - |
| YUV | 188.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 125 | 0.08 | 0 | 0.38 | 0.21 | 72.47 | 0.42 | 0.64 |
| Hex | BA | CA | 7D | 8 | 0 | 26 | 15 | 48 | 2A | 40 |
| Octal | 272 | 312 | 175 | 10 | 0 | 46 | 25 | 110 | 52 | 100 |
| Binary | 10111010 | 11001010 | 1111101 | 1000 | 0 | 100110 | 10101 | 1001000 | 101010 | 1000000 |
Color Harmonies of #BACA7D
Complementary color
Monochromatic Colors of #BACA7D
Black with #BACA7D
Text Example
Text Example
White with #BACA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA7D; }
p { color: rgb(186,202,125); }
H1.HeaderClassName
{
color: #BACA7D;
}
.AnyTagClassName
{
color: #BACA7D;
}
</style>
background-color css
<style>
a { background-color: #BACA7D; }
a { background-color: rgb(186,202,125); }
div.DivClassName
{
background-color: #BACA7D;
}
.BgClassName
{
background-color: #BACA7D;
}
</style>
border-color css
<style>
span { border-color: #BACA7D; }
span { border-color: rgb(186,202,125); }
td.TdClassName
{
border-color: #BACA7D;
}
.TagClassName
{
border-color: #BACA7D;
}
</style>