Shades of Earls Green #B5A825
Tints of Earls Green #B5A825
RGB
CMYK
RGB Variations
Color information
#B5A825 (or 0xB5A825) is known color: Earls Green. HEX triplet: B5, A8 and 25. RGB value is (181,168,37). Sum of RGB (Red+Green+Blue) = 181+168+37=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A825 is #4A57DA. Grayscale: #9D9D9D. Windows color (decimal): -4872155 or 2468021. OLE color: 2468021.
HSL color Cylindrical-coordinate representation of color #B5A825: hue angle of 54.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5A825 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 37 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.29 |
| HSL | 54.58º | 0.66% | 0.43% | - |
| HSV(B) | 54.58º | 0.8% | 0.71% | - |
| XYZ | 33.39 | 37.96 | 7.32 | - |
| YUV | 156.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 37 | 0 | 0.07 | 0.80 | 0.29 | 54.58 | 0.66 | 0.43 |
| Hex | B5 | A8 | 25 | 0 | 7 | 50 | 1D | 37 | 42 | 2B |
| Octal | 265 | 250 | 45 | 0 | 7 | 120 | 35 | 67 | 102 | 53 |
| Binary | 10110101 | 10101000 | 100101 | 0 | 111 | 1010000 | 11101 | 110111 | 1000010 | 101011 |
Color Harmonies of #B5A825
Complementary color
Monochromatic Colors of #B5A825
Black with #B5A825
Text Example
Text Example
White with #B5A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A825; }
p { color: rgb(181,168,37); }
H1.HeaderClassName
{
color: #B5A825;
}
.AnyTagClassName
{
color: #B5A825;
}
</style>
background-color css
<style>
a { background-color: #B5A825; }
a { background-color: rgb(181,168,37); }
div.DivClassName
{
background-color: #B5A825;
}
.BgClassName
{
background-color: #B5A825;
}
</style>
border-color css
<style>
span { border-color: #B5A825; }
span { border-color: rgb(181,168,37); }
td.TdClassName
{
border-color: #B5A825;
}
.TagClassName
{
border-color: #B5A825;
}
</style>