Shades of Caper #BAD37E
Tints of Caper #BAD37E
RGB
CMYK
RGB Variations
Color information
#BAD37E (or 0xBAD37E) is known color: Caper. HEX triplet: BA, D3 and 7E. RGB value is (186,211,126). Sum of RGB (Red+Green+Blue) = 186+211+126=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD37E is #452C81. Grayscale: #C2C2C2. Windows color (decimal): -4533378 or 8311738. OLE color: 8311738.
HSL color Cylindrical-coordinate representation of color #BAD37E: hue angle of 77.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAD37E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 126 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.17 |
| HSL | 77.65º | 0.49% | 0.66% | - |
| HSV(B) | 77.65º | 0.4% | 0.83% | - |
| XYZ | 47.31 | 58.53 | 28.54 | - |
| YUV | 193.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 126 | 0.12 | 0 | 0.40 | 0.17 | 77.65 | 0.49 | 0.66 |
| Hex | BA | D3 | 7E | C | 0 | 28 | 11 | 4E | 31 | 42 |
| Octal | 272 | 323 | 176 | 14 | 0 | 50 | 21 | 116 | 61 | 102 |
| Binary | 10111010 | 11010011 | 1111110 | 1100 | 0 | 101000 | 10001 | 1001110 | 110001 | 1000010 |
Color Harmonies of #BAD37E
Complementary color
Monochromatic Colors of #BAD37E
Black with #BAD37E
Text Example
Text Example
White with #BAD37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD37E; }
p { color: rgb(186,211,126); }
H1.HeaderClassName
{
color: #BAD37E;
}
.AnyTagClassName
{
color: #BAD37E;
}
</style>
background-color css
<style>
a { background-color: #BAD37E; }
a { background-color: rgb(186,211,126); }
div.DivClassName
{
background-color: #BAD37E;
}
.BgClassName
{
background-color: #BAD37E;
}
</style>
border-color css
<style>
span { border-color: #BAD37E; }
span { border-color: rgb(186,211,126); }
td.TdClassName
{
border-color: #BAD37E;
}
.TagClassName
{
border-color: #BAD37E;
}
</style>