Shades of Earls Green #B4A321
Tints of Earls Green #B4A321
RGB
CMYK
RGB Variations
Color information
#B4A321 (or 0xB4A321) is known color: Earls Green. HEX triplet: B4, A3 and 21. RGB value is (180,163,33). Sum of RGB (Red+Green+Blue) = 180+163+33=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A321 is #4B5CDE. Grayscale: #999999. Windows color (decimal): -4938975 or 2204596. OLE color: 2204596.
HSL color Cylindrical-coordinate representation of color #B4A321: hue angle of 53.06º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4A321 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 33 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.29 |
| HSL | 53.06º | 0.69% | 0.42% | - |
| HSV(B) | 53.06º | 0.82% | 0.71% | - |
| XYZ | 32.19 | 36.01 | 6.69 | - |
| YUV | 153.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 33 | 0 | 0.09 | 0.82 | 0.29 | 53.06 | 0.69 | 0.42 |
| Hex | B4 | A3 | 21 | 0 | 9 | 52 | 1D | 35 | 45 | 2A |
| Octal | 264 | 243 | 41 | 0 | 11 | 122 | 35 | 65 | 105 | 52 |
| Binary | 10110100 | 10100011 | 100001 | 0 | 1001 | 1010010 | 11101 | 110101 | 1000101 | 101010 |
Color Harmonies of #B4A321
Complementary color
Monochromatic Colors of #B4A321
Black with #B4A321
Text Example
Text Example
White with #B4A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A321; }
p { color: rgb(180,163,33); }
H1.HeaderClassName
{
color: #B4A321;
}
.AnyTagClassName
{
color: #B4A321;
}
</style>
background-color css
<style>
a { background-color: #B4A321; }
a { background-color: rgb(180,163,33); }
div.DivClassName
{
background-color: #B4A321;
}
.BgClassName
{
background-color: #B4A321;
}
</style>
border-color css
<style>
span { border-color: #B4A321; }
span { border-color: rgb(180,163,33); }
td.TdClassName
{
border-color: #B4A321;
}
.TagClassName
{
border-color: #B4A321;
}
</style>