Shades of Earls Green #B9AD30
Tints of Earls Green #B9AD30
RGB
CMYK
RGB Variations
Color information
#B9AD30 (or 0xB9AD30) is known color: Earls Green. HEX triplet: B9, AD and 30. RGB value is (185,173,48). Sum of RGB (Red+Green+Blue) = 185+173+48=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD30 is #4652CF. Grayscale: #A2A2A2. Windows color (decimal): -4608720 or 3190201. OLE color: 3190201.
HSL color Cylindrical-coordinate representation of color #B9AD30: hue angle of 54.74º 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 #B9AD30 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 48 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.27 |
| HSL | 54.74º | 0.59% | 0.46% | - |
| HSV(B) | 54.74º | 0.74% | 0.73% | - |
| XYZ | 35.48 | 40.41 | 8.73 | - |
| YUV | 162.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 48 | 0 | 0.06 | 0.74 | 0.27 | 54.74 | 0.59 | 0.46 |
| Hex | B9 | AD | 30 | 0 | 6 | 4A | 1B | 37 | 3B | 2E |
| Octal | 271 | 255 | 60 | 0 | 6 | 112 | 33 | 67 | 73 | 56 |
| Binary | 10111001 | 10101101 | 110000 | 0 | 110 | 1001010 | 11011 | 110111 | 111011 | 101110 |
Color Harmonies of #B9AD30
Complementary color
Monochromatic Colors of #B9AD30
Black with #B9AD30
Text Example
Text Example
White with #B9AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD30; }
p { color: rgb(185,173,48); }
H1.HeaderClassName
{
color: #B9AD30;
}
.AnyTagClassName
{
color: #B9AD30;
}
</style>
background-color css
<style>
a { background-color: #B9AD30; }
a { background-color: rgb(185,173,48); }
div.DivClassName
{
background-color: #B9AD30;
}
.BgClassName
{
background-color: #B9AD30;
}
</style>
border-color css
<style>
span { border-color: #B9AD30; }
span { border-color: rgb(185,173,48); }
td.TdClassName
{
border-color: #B9AD30;
}
.TagClassName
{
border-color: #B9AD30;
}
</style>