Shades of Earls Green #BAB732
Tints of Earls Green #BAB732
RGB
CMYK
RGB Variations
Color information
#BAB732 (or 0xBAB732) is known color: Earls Green. HEX triplet: BA, B7 and 32. RGB value is (186,183,50). Sum of RGB (Red+Green+Blue) = 186+183+50=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB732 is #4548CD. Grayscale: #A9A9A9. Windows color (decimal): -4540622 or 3323834. OLE color: 3323834.
HSL color Cylindrical-coordinate representation of color #BAB732: hue angle of 58.68º degrees, saturation: 0.58, 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 #BAB732 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 50 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.27 |
| HSL | 58.68º | 0.58% | 0.46% | - |
| HSV(B) | 58.68º | 0.73% | 0.73% | - |
| XYZ | 37.76 | 44.54 | 9.62 | - |
| YUV | 168.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 50 | 0 | 0.02 | 0.73 | 0.27 | 58.68 | 0.58 | 0.46 |
| Hex | BA | B7 | 32 | 0 | 2 | 49 | 1B | 3B | 3A | 2E |
| Octal | 272 | 267 | 62 | 0 | 2 | 111 | 33 | 73 | 72 | 56 |
| Binary | 10111010 | 10110111 | 110010 | 0 | 10 | 1001001 | 11011 | 111011 | 111010 | 101110 |
Color Harmonies of #BAB732
Complementary color
Monochromatic Colors of #BAB732
Black with #BAB732
Text Example
Text Example
White with #BAB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB732; }
p { color: rgb(186,183,50); }
H1.HeaderClassName
{
color: #BAB732;
}
.AnyTagClassName
{
color: #BAB732;
}
</style>
background-color css
<style>
a { background-color: #BAB732; }
a { background-color: rgb(186,183,50); }
div.DivClassName
{
background-color: #BAB732;
}
.BgClassName
{
background-color: #BAB732;
}
</style>
border-color css
<style>
span { border-color: #BAB732; }
span { border-color: rgb(186,183,50); }
td.TdClassName
{
border-color: #BAB732;
}
.TagClassName
{
border-color: #BAB732;
}
</style>