Shades of Caper #BACE78
Tints of Caper #BACE78
RGB
CMYK
RGB Variations
Color information
#BACE78 (or 0xBACE78) is known color: Caper. HEX triplet: BA, CE and 78. RGB value is (186,206,120). Sum of RGB (Red+Green+Blue) = 186+206+120=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE78 is #453187. Grayscale: #BEBEBE. Windows color (decimal): -4534664 or 7917242. OLE color: 7917242.
HSL color Cylindrical-coordinate representation of color #BACE78: hue angle of 73.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BACE78 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 120 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.19 |
| HSL | 73.95º | 0.47% | 0.64% | - |
| HSV(B) | 73.95º | 0.42% | 0.81% | - |
| XYZ | 45.71 | 55.94 | 26.16 | - |
| YUV | 190.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 120 | 0.10 | 0 | 0.42 | 0.19 | 73.95 | 0.47 | 0.64 |
| Hex | BA | CE | 78 | A | 0 | 2A | 13 | 4A | 2F | 40 |
| Octal | 272 | 316 | 170 | 12 | 0 | 52 | 23 | 112 | 57 | 100 |
| Binary | 10111010 | 11001110 | 1111000 | 1010 | 0 | 101010 | 10011 | 1001010 | 101111 | 1000000 |
Color Harmonies of #BACE78
Complementary color
Monochromatic Colors of #BACE78
Black with #BACE78
Text Example
Text Example
White with #BACE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE78; }
p { color: rgb(186,206,120); }
H1.HeaderClassName
{
color: #BACE78;
}
.AnyTagClassName
{
color: #BACE78;
}
</style>
background-color css
<style>
a { background-color: #BACE78; }
a { background-color: rgb(186,206,120); }
div.DivClassName
{
background-color: #BACE78;
}
.BgClassName
{
background-color: #BACE78;
}
</style>
border-color css
<style>
span { border-color: #BACE78; }
span { border-color: rgb(186,206,120); }
td.TdClassName
{
border-color: #BACE78;
}
.TagClassName
{
border-color: #BACE78;
}
</style>