Shades of Earls Green #B4A025
Tints of Earls Green #B4A025
RGB
CMYK
RGB Variations
Color information
#B4A025 (or 0xB4A025) is known color: Earls Green. HEX triplet: B4, A0 and 25. RGB value is (180,160,37). Sum of RGB (Red+Green+Blue) = 180+160+37=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A025 is #4B5FDA. Grayscale: #989898. Windows color (decimal): -4939739 or 2465972. OLE color: 2465972.
HSL color Cylindrical-coordinate representation of color #B4A025: hue angle of 51.61º 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 #B4A025 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 37 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.29 |
| HSL | 51.61º | 0.66% | 0.43% | - |
| HSV(B) | 51.61º | 0.79% | 0.71% | - |
| XYZ | 31.73 | 34.98 | 6.83 | - |
| YUV | 151.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 37 | 0 | 0.11 | 0.79 | 0.29 | 51.61 | 0.66 | 0.43 |
| Hex | B4 | A0 | 25 | 0 | B | 4F | 1D | 34 | 42 | 2B |
| Octal | 264 | 240 | 45 | 0 | 13 | 117 | 35 | 64 | 102 | 53 |
| Binary | 10110100 | 10100000 | 100101 | 0 | 1011 | 1001111 | 11101 | 110100 | 1000010 | 101011 |
Color Harmonies of #B4A025
Complementary color
Monochromatic Colors of #B4A025
Black with #B4A025
Text Example
Text Example
White with #B4A025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A025; }
p { color: rgb(180,160,37); }
H1.HeaderClassName
{
color: #B4A025;
}
.AnyTagClassName
{
color: #B4A025;
}
</style>
background-color css
<style>
a { background-color: #B4A025; }
a { background-color: rgb(180,160,37); }
div.DivClassName
{
background-color: #B4A025;
}
.BgClassName
{
background-color: #B4A025;
}
</style>
border-color css
<style>
span { border-color: #B4A025; }
span { border-color: rgb(180,160,37); }
td.TdClassName
{
border-color: #B4A025;
}
.TagClassName
{
border-color: #B4A025;
}
</style>