Shades of Caper #BAD37A
Tints of Caper #BAD37A
RGB
CMYK
RGB Variations
Color information
#BAD37A (or 0xBAD37A) is known color: Caper. HEX triplet: BA, D3 and 7A. RGB value is (186,211,122). Sum of RGB (Red+Green+Blue) = 186+211+122=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD37A is #452C85. Grayscale: #C1C1C1. Windows color (decimal): -4533382 or 8049594. OLE color: 8049594.
HSL color Cylindrical-coordinate representation of color #BAD37A: hue angle of 76.85º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAD37A is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 122 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.17 |
| HSL | 76.85º | 0.5% | 0.65% | - |
| HSV(B) | 76.85º | 0.42% | 0.83% | - |
| XYZ | 47.06 | 58.43 | 27.21 | - |
| YUV | 193.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 122 | 0.12 | 0 | 0.42 | 0.17 | 76.85 | 0.5 | 0.65 |
| Hex | BA | D3 | 7A | C | 0 | 2A | 11 | 4D | 32 | 41 |
| Octal | 272 | 323 | 172 | 14 | 0 | 52 | 21 | 115 | 62 | 101 |
| Binary | 10111010 | 11010011 | 1111010 | 1100 | 0 | 101010 | 10001 | 1001101 | 110010 | 1000001 |
Color Harmonies of #BAD37A
Complementary color
Monochromatic Colors of #BAD37A
Black with #BAD37A
Text Example
Text Example
White with #BAD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD37A; }
p { color: rgb(186,211,122); }
H1.HeaderClassName
{
color: #BAD37A;
}
.AnyTagClassName
{
color: #BAD37A;
}
</style>
background-color css
<style>
a { background-color: #BAD37A; }
a { background-color: rgb(186,211,122); }
div.DivClassName
{
background-color: #BAD37A;
}
.BgClassName
{
background-color: #BAD37A;
}
</style>
border-color css
<style>
span { border-color: #BAD37A; }
span { border-color: rgb(186,211,122); }
td.TdClassName
{
border-color: #BAD37A;
}
.TagClassName
{
border-color: #BAD37A;
}
</style>