Shades of Earls Green #B9AE22
Tints of Earls Green #B9AE22
RGB
CMYK
RGB Variations
Color information
#B9AE22 (or 0xB9AE22) is known color: Earls Green. HEX triplet: B9, AE and 22. RGB value is (185,174,34). Sum of RGB (Red+Green+Blue) = 185+174+34=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE22 is #4651DD. Grayscale: #A1A1A1. Windows color (decimal): -4608478 or 2272953. OLE color: 2272953.
HSL color Cylindrical-coordinate representation of color #B9AE22: hue angle of 55.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9AE22 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 174 | 34 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.27 |
| HSL | 55.63º | 0.69% | 0.43% | - |
| HSV(B) | 55.63º | 0.82% | 0.73% | - |
| XYZ | 35.43 | 40.7 | 7.5 | - |
| YUV | 161.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 34 | 0 | 0.06 | 0.82 | 0.27 | 55.63 | 0.69 | 0.43 |
| Hex | B9 | AE | 22 | 0 | 6 | 52 | 1B | 38 | 45 | 2B |
| Octal | 271 | 256 | 42 | 0 | 6 | 122 | 33 | 70 | 105 | 53 |
| Binary | 10111001 | 10101110 | 100010 | 0 | 110 | 1010010 | 11011 | 111000 | 1000101 | 101011 |
Color Harmonies of #B9AE22
Complementary color
Monochromatic Colors of #B9AE22
Black with #B9AE22
Text Example
Text Example
White with #B9AE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AE22; }
p { color: rgb(185,174,34); }
H1.HeaderClassName
{
color: #B9AE22;
}
.AnyTagClassName
{
color: #B9AE22;
}
</style>
background-color css
<style>
a { background-color: #B9AE22; }
a { background-color: rgb(185,174,34); }
div.DivClassName
{
background-color: #B9AE22;
}
.BgClassName
{
background-color: #B9AE22;
}
</style>
border-color css
<style>
span { border-color: #B9AE22; }
span { border-color: rgb(185,174,34); }
td.TdClassName
{
border-color: #B9AE22;
}
.TagClassName
{
border-color: #B9AE22;
}
</style>