Shades of Caper #BACD7A
Tints of Caper #BACD7A
RGB
CMYK
RGB Variations
Color information
#BACD7A (or 0xBACD7A) is known color: Caper. HEX triplet: BA, CD and 7A. RGB value is (186,205,122). Sum of RGB (Red+Green+Blue) = 186+205+122=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD7A is #453285. Grayscale: #BEBEBE. Windows color (decimal): -4534918 or 8048058. OLE color: 8048058.
HSL color Cylindrical-coordinate representation of color #BACD7A: hue angle of 73.73º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BACD7A is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 122 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.20 |
| HSL | 73.73º | 0.45% | 0.64% | - |
| HSV(B) | 73.73º | 0.4% | 0.8% | - |
| XYZ | 45.59 | 55.51 | 26.72 | - |
| YUV | 189.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 122 | 0.09 | 0 | 0.40 | 0.20 | 73.73 | 0.45 | 0.64 |
| Hex | BA | CD | 7A | 9 | 0 | 28 | 14 | 4A | 2D | 40 |
| Octal | 272 | 315 | 172 | 11 | 0 | 50 | 24 | 112 | 55 | 100 |
| Binary | 10111010 | 11001101 | 1111010 | 1001 | 0 | 101000 | 10100 | 1001010 | 101101 | 1000000 |
Color Harmonies of #BACD7A
Complementary color
Monochromatic Colors of #BACD7A
Black with #BACD7A
Text Example
Text Example
White with #BACD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD7A; }
p { color: rgb(186,205,122); }
H1.HeaderClassName
{
color: #BACD7A;
}
.AnyTagClassName
{
color: #BACD7A;
}
</style>
background-color css
<style>
a { background-color: #BACD7A; }
a { background-color: rgb(186,205,122); }
div.DivClassName
{
background-color: #BACD7A;
}
.BgClassName
{
background-color: #BACD7A;
}
</style>
border-color css
<style>
span { border-color: #BACD7A; }
span { border-color: rgb(186,205,122); }
td.TdClassName
{
border-color: #BACD7A;
}
.TagClassName
{
border-color: #BACD7A;
}
</style>