Shades of Earls Green #B4A80E
Tints of Earls Green #B4A80E
RGB
CMYK
RGB Variations
Color information
#B4A80E (or 0xB4A80E) is known color: Earls Green. HEX triplet: B4, A8 and 0E. RGB value is (180,168,14). Sum of RGB (Red+Green+Blue) = 180+168+14=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A80E is #4B57F1. Grayscale: #9A9A9A. Windows color (decimal): -4937714 or 960692. OLE color: 960692.
HSL color Cylindrical-coordinate representation of color #B4A80E: hue angle of 55.66º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4A80E is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 14 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.29 |
| HSL | 55.66º | 0.86% | 0.38% | - |
| HSV(B) | 55.66º | 0.92% | 0.71% | - |
| XYZ | 32.9 | 37.74 | 5.97 | - |
| YUV | 154.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 14 | 0 | 0.07 | 0.92 | 0.29 | 55.66 | 0.86 | 0.38 |
| Hex | B4 | A8 | E | 0 | 7 | 5C | 1D | 38 | 56 | 26 |
| Octal | 264 | 250 | 16 | 0 | 7 | 134 | 35 | 70 | 126 | 46 |
| Binary | 10110100 | 10101000 | 1110 | 0 | 111 | 1011100 | 11101 | 111000 | 1010110 | 100110 |
Color Harmonies of #B4A80E
Complementary color
Monochromatic Colors of #B4A80E
Black with #B4A80E
Text Example
Text Example
White with #B4A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A80E; }
p { color: rgb(180,168,14); }
H1.HeaderClassName
{
color: #B4A80E;
}
.AnyTagClassName
{
color: #B4A80E;
}
</style>
background-color css
<style>
a { background-color: #B4A80E; }
a { background-color: rgb(180,168,14); }
div.DivClassName
{
background-color: #B4A80E;
}
.BgClassName
{
background-color: #B4A80E;
}
</style>
border-color css
<style>
span { border-color: #B4A80E; }
span { border-color: rgb(180,168,14); }
td.TdClassName
{
border-color: #B4A80E;
}
.TagClassName
{
border-color: #B4A80E;
}
</style>