Shades of Caper #BAD37B
Tints of Caper #BAD37B
RGB
CMYK
RGB Variations
Color information
#BAD37B (or 0xBAD37B) is known color: Caper. HEX triplet: BA, D3 and 7B. RGB value is (186,211,123). Sum of RGB (Red+Green+Blue) = 186+211+123=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD37B is #452C84. Grayscale: #C1C1C1. Windows color (decimal): -4533381 or 8115130. OLE color: 8115130.
HSL color Cylindrical-coordinate representation of color #BAD37B: hue angle of 77.05º 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 #BAD37B is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 123 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.17 |
| HSL | 77.05º | 0.5% | 0.65% | - |
| HSV(B) | 77.05º | 0.42% | 0.83% | - |
| XYZ | 47.12 | 58.46 | 27.54 | - |
| YUV | 193.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 123 | 0.12 | 0 | 0.42 | 0.17 | 77.05 | 0.5 | 0.65 |
| Hex | BA | D3 | 7B | C | 0 | 2A | 11 | 4D | 32 | 41 |
| Octal | 272 | 323 | 173 | 14 | 0 | 52 | 21 | 115 | 62 | 101 |
| Binary | 10111010 | 11010011 | 1111011 | 1100 | 0 | 101010 | 10001 | 1001101 | 110010 | 1000001 |
Color Harmonies of #BAD37B
Complementary color
Monochromatic Colors of #BAD37B
Black with #BAD37B
Text Example
Text Example
White with #BAD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD37B; }
p { color: rgb(186,211,123); }
H1.HeaderClassName
{
color: #BAD37B;
}
.AnyTagClassName
{
color: #BAD37B;
}
</style>
background-color css
<style>
a { background-color: #BAD37B; }
a { background-color: rgb(186,211,123); }
div.DivClassName
{
background-color: #BAD37B;
}
.BgClassName
{
background-color: #BAD37B;
}
</style>
border-color css
<style>
span { border-color: #BAD37B; }
span { border-color: rgb(186,211,123); }
td.TdClassName
{
border-color: #BAD37B;
}
.TagClassName
{
border-color: #BAD37B;
}
</style>