Shades of Earls Green #B9B422
Tints of Earls Green #B9B422
RGB
CMYK
RGB Variations
Color information
#B9B422 (or 0xB9B422) is known color: Earls Green. HEX triplet: B9, B4 and 22. RGB value is (185,180,34). Sum of RGB (Red+Green+Blue) = 185+180+34=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B422 is #464BDD. Grayscale: #A5A5A5. Windows color (decimal): -4606942 or 2274489. OLE color: 2274489.
HSL color Cylindrical-coordinate representation of color #B9B422: hue angle of 58.01º 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 #B9B422 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 180 | 34 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.27 |
| HSL | 58.01º | 0.69% | 0.43% | - |
| HSV(B) | 58.01º | 0.82% | 0.73% | - |
| XYZ | 36.62 | 43.07 | 7.9 | - |
| YUV | 164.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 34 | 0 | 0.03 | 0.82 | 0.27 | 58.01 | 0.69 | 0.43 |
| Hex | B9 | B4 | 22 | 0 | 3 | 52 | 1B | 3A | 45 | 2B |
| Octal | 271 | 264 | 42 | 0 | 3 | 122 | 33 | 72 | 105 | 53 |
| Binary | 10111001 | 10110100 | 100010 | 0 | 11 | 1010010 | 11011 | 111010 | 1000101 | 101011 |
Color Harmonies of #B9B422
Complementary color
Monochromatic Colors of #B9B422
Black with #B9B422
Text Example
Text Example
White with #B9B422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B422; }
p { color: rgb(185,180,34); }
H1.HeaderClassName
{
color: #B9B422;
}
.AnyTagClassName
{
color: #B9B422;
}
</style>
background-color css
<style>
a { background-color: #B9B422; }
a { background-color: rgb(185,180,34); }
div.DivClassName
{
background-color: #B9B422;
}
.BgClassName
{
background-color: #B9B422;
}
</style>
border-color css
<style>
span { border-color: #B9B422; }
span { border-color: rgb(185,180,34); }
td.TdClassName
{
border-color: #B9B422;
}
.TagClassName
{
border-color: #B9B422;
}
</style>