Shades of Earls Green #B9B322
Tints of Earls Green #B9B322
RGB
CMYK
RGB Variations
Color information
#B9B322 (or 0xB9B322) is known color: Earls Green. HEX triplet: B9, B3 and 22. RGB value is (185,179,34). Sum of RGB (Red+Green+Blue) = 185+179+34=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B322 is #464CDD. Grayscale: #A4A4A4. Windows color (decimal): -4607198 or 2274233. OLE color: 2274233.
HSL color Cylindrical-coordinate representation of color #B9B322: hue angle of 57.62º 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 #B9B322 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 34 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.27 |
| HSL | 57.62º | 0.69% | 0.43% | - |
| HSV(B) | 57.62º | 0.82% | 0.73% | - |
| XYZ | 36.42 | 42.67 | 7.83 | - |
| YUV | 164.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 34 | 0 | 0.03 | 0.82 | 0.27 | 57.62 | 0.69 | 0.43 |
| Hex | B9 | B3 | 22 | 0 | 3 | 52 | 1B | 3A | 45 | 2B |
| Octal | 271 | 263 | 42 | 0 | 3 | 122 | 33 | 72 | 105 | 53 |
| Binary | 10111001 | 10110011 | 100010 | 0 | 11 | 1010010 | 11011 | 111010 | 1000101 | 101011 |
Color Harmonies of #B9B322
Complementary color
Monochromatic Colors of #B9B322
Black with #B9B322
Text Example
Text Example
White with #B9B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B322; }
p { color: rgb(185,179,34); }
H1.HeaderClassName
{
color: #B9B322;
}
.AnyTagClassName
{
color: #B9B322;
}
</style>
background-color css
<style>
a { background-color: #B9B322; }
a { background-color: rgb(185,179,34); }
div.DivClassName
{
background-color: #B9B322;
}
.BgClassName
{
background-color: #B9B322;
}
</style>
border-color css
<style>
span { border-color: #B9B322; }
span { border-color: rgb(185,179,34); }
td.TdClassName
{
border-color: #B9B322;
}
.TagClassName
{
border-color: #B9B322;
}
</style>