Shades of Earls Green #BABA33
Tints of Earls Green #BABA33
RGB
CMYK
RGB Variations
Color information
#BABA33 (or 0xBABA33) is known color: Earls Green. HEX triplet: BA, BA and 33. RGB value is (186,186,51). Sum of RGB (Red+Green+Blue) = 186+186+51=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA33 is #4545CC. Grayscale: #ABABAB. Windows color (decimal): -4539853 or 3390138. OLE color: 3390138.
HSL color Cylindrical-coordinate representation of color #BABA33: hue angle of 60º 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 #BABA33 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 51 | - |
| CMYK | 0 | 0 | 0.73 | 0.27 |
| HSL | 60º | 0.57% | 0.46% | - |
| HSV(B) | 60º | 0.73% | 0.73% | - |
| XYZ | 38.41 | 45.8 | 9.95 | - |
| YUV | 170.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 51 | 0 | 0 | 0.73 | 0.27 | 60 | 0.57 | 0.46 |
| Hex | BA | BA | 33 | 0 | 0 | 49 | 1B | 3C | 39 | 2E |
| Octal | 272 | 272 | 63 | 0 | 0 | 111 | 33 | 74 | 71 | 56 |
| Binary | 10111010 | 10111010 | 110011 | 0 | 0 | 1001001 | 11011 | 111100 | 111001 | 101110 |
Color Harmonies of #BABA33
Complementary color
Monochromatic Colors of #BABA33
Black with #BABA33
Text Example
Text Example
White with #BABA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA33; }
p { color: rgb(186,186,51); }
H1.HeaderClassName
{
color: #BABA33;
}
.AnyTagClassName
{
color: #BABA33;
}
</style>
background-color css
<style>
a { background-color: #BABA33; }
a { background-color: rgb(186,186,51); }
div.DivClassName
{
background-color: #BABA33;
}
.BgClassName
{
background-color: #BABA33;
}
</style>
border-color css
<style>
span { border-color: #BABA33; }
span { border-color: rgb(186,186,51); }
td.TdClassName
{
border-color: #BABA33;
}
.TagClassName
{
border-color: #BABA33;
}
</style>