Shades of Caper #BACD76
Tints of Caper #BACD76
RGB
CMYK
RGB Variations
Color information
#BACD76 (or 0xBACD76) is known color: Caper. HEX triplet: BA, CD and 76. RGB value is (186,205,118). Sum of RGB (Red+Green+Blue) = 186+205+118=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD76 is #453289. Grayscale: #BDBDBD. Windows color (decimal): -4534922 or 7785914. OLE color: 7785914.
HSL color Cylindrical-coordinate representation of color #BACD76: hue angle of 73.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BACD76 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 118 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.20 |
| HSL | 73.1º | 0.47% | 0.63% | - |
| HSV(B) | 73.1º | 0.42% | 0.8% | - |
| XYZ | 45.35 | 55.41 | 25.44 | - |
| YUV | 189.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 118 | 0.09 | 0 | 0.42 | 0.20 | 73.1 | 0.47 | 0.63 |
| Hex | BA | CD | 76 | 9 | 0 | 2A | 14 | 49 | 2F | 3F |
| Octal | 272 | 315 | 166 | 11 | 0 | 52 | 24 | 111 | 57 | 77 |
| Binary | 10111010 | 11001101 | 1110110 | 1001 | 0 | 101010 | 10100 | 1001001 | 101111 | 111111 |
Color Harmonies of #BACD76
Complementary color
Monochromatic Colors of #BACD76
Black with #BACD76
Text Example
Text Example
White with #BACD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD76; }
p { color: rgb(186,205,118); }
H1.HeaderClassName
{
color: #BACD76;
}
.AnyTagClassName
{
color: #BACD76;
}
</style>
background-color css
<style>
a { background-color: #BACD76; }
a { background-color: rgb(186,205,118); }
div.DivClassName
{
background-color: #BACD76;
}
.BgClassName
{
background-color: #BACD76;
}
</style>
border-color css
<style>
span { border-color: #BACD76; }
span { border-color: rgb(186,205,118); }
td.TdClassName
{
border-color: #BACD76;
}
.TagClassName
{
border-color: #BACD76;
}
</style>