Shades of Earls Green #B4A425
Tints of Earls Green #B4A425
RGB
CMYK
RGB Variations
Color information
#B4A425 (or 0xB4A425) is known color: Earls Green. HEX triplet: B4, A4 and 25. RGB value is (180,164,37). Sum of RGB (Red+Green+Blue) = 180+164+37=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A425 is #4B5BDA. Grayscale: #9A9A9A. Windows color (decimal): -4938715 or 2466996. OLE color: 2466996.
HSL color Cylindrical-coordinate representation of color #B4A425: hue angle of 53.29º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4A425 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 37 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.29 |
| HSL | 53.29º | 0.66% | 0.43% | - |
| HSV(B) | 53.29º | 0.79% | 0.71% | - |
| XYZ | 32.43 | 36.39 | 7.06 | - |
| YUV | 154.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 37 | 0 | 0.09 | 0.79 | 0.29 | 53.29 | 0.66 | 0.43 |
| Hex | B4 | A4 | 25 | 0 | 9 | 4F | 1D | 35 | 42 | 2B |
| Octal | 264 | 244 | 45 | 0 | 11 | 117 | 35 | 65 | 102 | 53 |
| Binary | 10110100 | 10100100 | 100101 | 0 | 1001 | 1001111 | 11101 | 110101 | 1000010 | 101011 |
Color Harmonies of #B4A425
Complementary color
Monochromatic Colors of #B4A425
Black with #B4A425
Text Example
Text Example
White with #B4A425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A425; }
p { color: rgb(180,164,37); }
H1.HeaderClassName
{
color: #B4A425;
}
.AnyTagClassName
{
color: #B4A425;
}
</style>
background-color css
<style>
a { background-color: #B4A425; }
a { background-color: rgb(180,164,37); }
div.DivClassName
{
background-color: #B4A425;
}
.BgClassName
{
background-color: #B4A425;
}
</style>
border-color css
<style>
span { border-color: #B4A425; }
span { border-color: rgb(180,164,37); }
td.TdClassName
{
border-color: #B4A425;
}
.TagClassName
{
border-color: #B4A425;
}
</style>