Shades of Earls Green #B2A425
Tints of Earls Green #B2A425
RGB
CMYK
RGB Variations
Color information
#B2A425 (or 0xB2A425) is known color: Earls Green. HEX triplet: B2, A4 and 25. RGB value is (178,164,37). Sum of RGB (Red+Green+Blue) = 178+164+37=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A425 is #4D5BDA. Grayscale: #9A9A9A. Windows color (decimal): -5069787 or 2466994. OLE color: 2466994.
HSL color Cylindrical-coordinate representation of color #B2A425: hue angle of 54.04º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2A425 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 37 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.30 |
| HSL | 54.04º | 0.66% | 0.42% | - |
| HSV(B) | 54.04º | 0.79% | 0.7% | - |
| XYZ | 31.97 | 36.15 | 7.04 | - |
| YUV | 153.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 37 | 0 | 0.08 | 0.79 | 0.30 | 54.04 | 0.66 | 0.42 |
| Hex | B2 | A4 | 25 | 0 | 8 | 4F | 1E | 36 | 42 | 2A |
| Octal | 262 | 244 | 45 | 0 | 10 | 117 | 36 | 66 | 102 | 52 |
| Binary | 10110010 | 10100100 | 100101 | 0 | 1000 | 1001111 | 11110 | 110110 | 1000010 | 101010 |
Color Harmonies of #B2A425
Complementary color
Monochromatic Colors of #B2A425
Black with #B2A425
Text Example
Text Example
White with #B2A425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A425; }
p { color: rgb(178,164,37); }
H1.HeaderClassName
{
color: #B2A425;
}
.AnyTagClassName
{
color: #B2A425;
}
</style>
background-color css
<style>
a { background-color: #B2A425; }
a { background-color: rgb(178,164,37); }
div.DivClassName
{
background-color: #B2A425;
}
.BgClassName
{
background-color: #B2A425;
}
</style>
border-color css
<style>
span { border-color: #B2A425; }
span { border-color: rgb(178,164,37); }
td.TdClassName
{
border-color: #B2A425;
}
.TagClassName
{
border-color: #B2A425;
}
</style>