Shades of Earls Green #B9AE31
Tints of Earls Green #B9AE31
RGB
CMYK
RGB Variations
Color information
#B9AE31 (or 0xB9AE31) is known color: Earls Green. HEX triplet: B9, AE and 31. RGB value is (185,174,49). Sum of RGB (Red+Green+Blue) = 185+174+49=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE31 is #4651CE. Grayscale: #A3A3A3. Windows color (decimal): -4608463 or 3255993. OLE color: 3255993.
HSL color Cylindrical-coordinate representation of color #B9AE31: hue angle of 55.15º degrees, saturation: 0.58, 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 #B9AE31 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 174 | 49 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.27 |
| HSL | 55.15º | 0.58% | 0.46% | - |
| HSV(B) | 55.15º | 0.74% | 0.73% | - |
| XYZ | 35.7 | 40.81 | 8.9 | - |
| YUV | 163.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 49 | 0 | 0.06 | 0.74 | 0.27 | 55.15 | 0.58 | 0.46 |
| Hex | B9 | AE | 31 | 0 | 6 | 4A | 1B | 37 | 3A | 2E |
| Octal | 271 | 256 | 61 | 0 | 6 | 112 | 33 | 67 | 72 | 56 |
| Binary | 10111001 | 10101110 | 110001 | 0 | 110 | 1001010 | 11011 | 110111 | 111010 | 101110 |
Color Harmonies of #B9AE31
Complementary color
Monochromatic Colors of #B9AE31
Black with #B9AE31
Text Example
Text Example
White with #B9AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AE31; }
p { color: rgb(185,174,49); }
H1.HeaderClassName
{
color: #B9AE31;
}
.AnyTagClassName
{
color: #B9AE31;
}
</style>
background-color css
<style>
a { background-color: #B9AE31; }
a { background-color: rgb(185,174,49); }
div.DivClassName
{
background-color: #B9AE31;
}
.BgClassName
{
background-color: #B9AE31;
}
</style>
border-color css
<style>
span { border-color: #B9AE31; }
span { border-color: rgb(185,174,49); }
td.TdClassName
{
border-color: #B9AE31;
}
.TagClassName
{
border-color: #B9AE31;
}
</style>