Shades of Earls Green #B0A324
Tints of Earls Green #B0A324
RGB
CMYK
RGB Variations
Color information
#B0A324 (or 0xB0A324) is known color: Earls Green. HEX triplet: B0, A3 and 24. RGB value is (176,163,36). Sum of RGB (Red+Green+Blue) = 176+163+36=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A324 is #4F5CDB. Grayscale: #989898. Windows color (decimal): -5201116 or 2401200. OLE color: 2401200.
HSL color Cylindrical-coordinate representation of color #B0A324: hue angle of 54.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0A324 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 36 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.31 |
| HSL | 54.43º | 0.66% | 0.42% | - |
| HSV(B) | 54.43º | 0.8% | 0.69% | - |
| XYZ | 31.32 | 35.55 | 6.88 | - |
| YUV | 152.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 36 | 0 | 0.07 | 0.80 | 0.31 | 54.43 | 0.66 | 0.42 |
| Hex | B0 | A3 | 24 | 0 | 7 | 50 | 1F | 36 | 42 | 2A |
| Octal | 260 | 243 | 44 | 0 | 7 | 120 | 37 | 66 | 102 | 52 |
| Binary | 10110000 | 10100011 | 100100 | 0 | 111 | 1010000 | 11111 | 110110 | 1000010 | 101010 |
Color Harmonies of #B0A324
Complementary color
Monochromatic Colors of #B0A324
Black with #B0A324
Text Example
Text Example
White with #B0A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A324; }
p { color: rgb(176,163,36); }
H1.HeaderClassName
{
color: #B0A324;
}
.AnyTagClassName
{
color: #B0A324;
}
</style>
background-color css
<style>
a { background-color: #B0A324; }
a { background-color: rgb(176,163,36); }
div.DivClassName
{
background-color: #B0A324;
}
.BgClassName
{
background-color: #B0A324;
}
</style>
border-color css
<style>
span { border-color: #B0A324; }
span { border-color: rgb(176,163,36); }
td.TdClassName
{
border-color: #B0A324;
}
.TagClassName
{
border-color: #B0A324;
}
</style>