Shades of Earls Green #BAB633
Tints of Earls Green #BAB633
RGB
CMYK
RGB Variations
Color information
#BAB633 (or 0xBAB633) is known color: Earls Green. HEX triplet: BA, B6 and 33. RGB value is (186,182,51). Sum of RGB (Red+Green+Blue) = 186+182+51=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB633 is #4549CC. Grayscale: #A8A8A8. Windows color (decimal): -4540877 or 3389114. OLE color: 3389114.
HSL color Cylindrical-coordinate representation of color #BAB633: hue angle of 58.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAB633 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 51 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.27 |
| HSL | 58.22º | 0.57% | 0.46% | - |
| HSV(B) | 58.22º | 0.73% | 0.73% | - |
| XYZ | 37.58 | 44.13 | 9.67 | - |
| YUV | 168.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 51 | 0 | 0.02 | 0.73 | 0.27 | 58.22 | 0.57 | 0.46 |
| Hex | BA | B6 | 33 | 0 | 2 | 49 | 1B | 3A | 39 | 2E |
| Octal | 272 | 266 | 63 | 0 | 2 | 111 | 33 | 72 | 71 | 56 |
| Binary | 10111010 | 10110110 | 110011 | 0 | 10 | 1001001 | 11011 | 111010 | 111001 | 101110 |
Color Harmonies of #BAB633
Complementary color
Monochromatic Colors of #BAB633
Black with #BAB633
Text Example
Text Example
White with #BAB633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB633; }
p { color: rgb(186,182,51); }
H1.HeaderClassName
{
color: #BAB633;
}
.AnyTagClassName
{
color: #BAB633;
}
</style>
background-color css
<style>
a { background-color: #BAB633; }
a { background-color: rgb(186,182,51); }
div.DivClassName
{
background-color: #BAB633;
}
.BgClassName
{
background-color: #BAB633;
}
</style>
border-color css
<style>
span { border-color: #BAB633; }
span { border-color: rgb(186,182,51); }
td.TdClassName
{
border-color: #BAB633;
}
.TagClassName
{
border-color: #BAB633;
}
</style>