Shades of Earls Green #B9A324
Tints of Earls Green #B9A324
RGB
CMYK
RGB Variations
Color information
#B9A324 (or 0xB9A324) is known color: Earls Green. HEX triplet: B9, A3 and 24. RGB value is (185,163,36). Sum of RGB (Red+Green+Blue) = 185+163+36=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A324 is #465CDB. Grayscale: #9B9B9B. Windows color (decimal): -4611292 or 2401209. OLE color: 2401209.
HSL color Cylindrical-coordinate representation of color #B9A324: hue angle of 51.14º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9A324 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 36 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.27 |
| HSL | 51.14º | 0.67% | 0.43% | - |
| HSV(B) | 51.14º | 0.81% | 0.73% | - |
| XYZ | 33.42 | 36.64 | 6.98 | - |
| YUV | 155.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 36 | 0 | 0.12 | 0.81 | 0.27 | 51.14 | 0.67 | 0.43 |
| Hex | B9 | A3 | 24 | 0 | C | 51 | 1B | 33 | 43 | 2B |
| Octal | 271 | 243 | 44 | 0 | 14 | 121 | 33 | 63 | 103 | 53 |
| Binary | 10111001 | 10100011 | 100100 | 0 | 1100 | 1010001 | 11011 | 110011 | 1000011 | 101011 |
Color Harmonies of #B9A324
Complementary color
Monochromatic Colors of #B9A324
Black with #B9A324
Text Example
Text Example
White with #B9A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A324; }
p { color: rgb(185,163,36); }
H1.HeaderClassName
{
color: #B9A324;
}
.AnyTagClassName
{
color: #B9A324;
}
</style>
background-color css
<style>
a { background-color: #B9A324; }
a { background-color: rgb(185,163,36); }
div.DivClassName
{
background-color: #B9A324;
}
.BgClassName
{
background-color: #B9A324;
}
</style>
border-color css
<style>
span { border-color: #B9A324; }
span { border-color: rgb(185,163,36); }
td.TdClassName
{
border-color: #B9A324;
}
.TagClassName
{
border-color: #B9A324;
}
</style>