Shades of Earls Green #B9BA30
Tints of Earls Green #B9BA30
RGB
CMYK
RGB Variations
Color information
#B9BA30 (or 0xB9BA30) is known color: Earls Green. HEX triplet: B9, BA and 30. RGB value is (185,186,48). Sum of RGB (Red+Green+Blue) = 185+186+48=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA30 is #4645CF. Grayscale: #AAAAAA. Windows color (decimal): -4605392 or 3193529. OLE color: 3193529.
HSL color Cylindrical-coordinate representation of color #B9BA30: hue angle of 60.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9BA30 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 48 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.27 |
| HSL | 60.43º | 0.59% | 0.46% | - |
| HSV(B) | 60.43º | 0.74% | 0.73% | - |
| XYZ | 38.1 | 45.65 | 9.6 | - |
| YUV | 169.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 48 | 0.01 | 0 | 0.74 | 0.27 | 60.43 | 0.59 | 0.46 |
| Hex | B9 | BA | 30 | 1 | 0 | 4A | 1B | 3C | 3B | 2E |
| Octal | 271 | 272 | 60 | 1 | 0 | 112 | 33 | 74 | 73 | 56 |
| Binary | 10111001 | 10111010 | 110000 | 1 | 0 | 1001010 | 11011 | 111100 | 111011 | 101110 |
Color Harmonies of #B9BA30
Complementary color
Monochromatic Colors of #B9BA30
Black with #B9BA30
Text Example
Text Example
White with #B9BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA30; }
p { color: rgb(185,186,48); }
H1.HeaderClassName
{
color: #B9BA30;
}
.AnyTagClassName
{
color: #B9BA30;
}
</style>
background-color css
<style>
a { background-color: #B9BA30; }
a { background-color: rgb(185,186,48); }
div.DivClassName
{
background-color: #B9BA30;
}
.BgClassName
{
background-color: #B9BA30;
}
</style>
border-color css
<style>
span { border-color: #B9BA30; }
span { border-color: rgb(185,186,48); }
td.TdClassName
{
border-color: #B9BA30;
}
.TagClassName
{
border-color: #B9BA30;
}
</style>