Shades of Earls Green #B5A630
Tints of Earls Green #B5A630
RGB
CMYK
RGB Variations
Color information
#B5A630 (or 0xB5A630) is known color: Earls Green. HEX triplet: B5, A6 and 30. RGB value is (181,166,48). Sum of RGB (Red+Green+Blue) = 181+166+48=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A630 is #4A59CF. Grayscale: #9D9D9D. Windows color (decimal): -4872656 or 3188405. OLE color: 3188405.
HSL color Cylindrical-coordinate representation of color #B5A630: hue angle of 53.23º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5A630 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 48 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.29 |
| HSL | 53.23º | 0.58% | 0.45% | - |
| HSV(B) | 53.23º | 0.73% | 0.71% | - |
| XYZ | 33.23 | 37.31 | 8.25 | - |
| YUV | 157.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 48 | 0 | 0.08 | 0.73 | 0.29 | 53.23 | 0.58 | 0.45 |
| Hex | B5 | A6 | 30 | 0 | 8 | 49 | 1D | 35 | 3A | 2D |
| Octal | 265 | 246 | 60 | 0 | 10 | 111 | 35 | 65 | 72 | 55 |
| Binary | 10110101 | 10100110 | 110000 | 0 | 1000 | 1001001 | 11101 | 110101 | 111010 | 101101 |
Color Harmonies of #B5A630
Complementary color
Monochromatic Colors of #B5A630
Black with #B5A630
Text Example
Text Example
White with #B5A630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A630; }
p { color: rgb(181,166,48); }
H1.HeaderClassName
{
color: #B5A630;
}
.AnyTagClassName
{
color: #B5A630;
}
</style>
background-color css
<style>
a { background-color: #B5A630; }
a { background-color: rgb(181,166,48); }
div.DivClassName
{
background-color: #B5A630;
}
.BgClassName
{
background-color: #B5A630;
}
</style>
border-color css
<style>
span { border-color: #B5A630; }
span { border-color: rgb(181,166,48); }
td.TdClassName
{
border-color: #B5A630;
}
.TagClassName
{
border-color: #B5A630;
}
</style>