Shades of Earls Green #B4A630
Tints of Earls Green #B4A630
RGB
CMYK
RGB Variations
Color information
#B4A630 (or 0xB4A630) is known color: Earls Green. HEX triplet: B4, A6 and 30. RGB value is (180,166,48). Sum of RGB (Red+Green+Blue) = 180+166+48=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A630 is #4B59CF. Grayscale: #9D9D9D. Windows color (decimal): -4938192 or 3188404. OLE color: 3188404.
HSL color Cylindrical-coordinate representation of color #B4A630: hue angle of 53.64º 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 #B4A630 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 48 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.29 |
| HSL | 53.64º | 0.58% | 0.45% | - |
| HSV(B) | 53.64º | 0.73% | 0.71% | - |
| XYZ | 32.99 | 37.19 | 8.24 | - |
| YUV | 156.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 48 | 0 | 0.08 | 0.73 | 0.29 | 53.64 | 0.58 | 0.45 |
| Hex | B4 | A6 | 30 | 0 | 8 | 49 | 1D | 36 | 3A | 2D |
| Octal | 264 | 246 | 60 | 0 | 10 | 111 | 35 | 66 | 72 | 55 |
| Binary | 10110100 | 10100110 | 110000 | 0 | 1000 | 1001001 | 11101 | 110110 | 111010 | 101101 |
Color Harmonies of #B4A630
Complementary color
Monochromatic Colors of #B4A630
Black with #B4A630
Text Example
Text Example
White with #B4A630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A630; }
p { color: rgb(180,166,48); }
H1.HeaderClassName
{
color: #B4A630;
}
.AnyTagClassName
{
color: #B4A630;
}
</style>
background-color css
<style>
a { background-color: #B4A630; }
a { background-color: rgb(180,166,48); }
div.DivClassName
{
background-color: #B4A630;
}
.BgClassName
{
background-color: #B4A630;
}
</style>
border-color css
<style>
span { border-color: #B4A630; }
span { border-color: rgb(180,166,48); }
td.TdClassName
{
border-color: #B4A630;
}
.TagClassName
{
border-color: #B4A630;
}
</style>