Shades of Earls Green #B4A614
Tints of Earls Green #B4A614
RGB
CMYK
RGB Variations
Color information
#B4A614 (or 0xB4A614) is known color: Earls Green. HEX triplet: B4, A6 and 14. RGB value is (180,166,20). Sum of RGB (Red+Green+Blue) = 180+166+20=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A614 is #4B59EB. Grayscale: #9A9A9A. Windows color (decimal): -4938220 or 1353396. OLE color: 1353396.
HSL color Cylindrical-coordinate representation of color #B4A614: hue angle of 54.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4A614 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 20 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.29 |
| HSL | 54.75º | 0.8% | 0.39% | - |
| HSV(B) | 54.75º | 0.89% | 0.71% | - |
| XYZ | 32.58 | 37.03 | 6.09 | - |
| YUV | 153.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 20 | 0 | 0.08 | 0.89 | 0.29 | 54.75 | 0.8 | 0.39 |
| Hex | B4 | A6 | 14 | 0 | 8 | 59 | 1D | 37 | 50 | 27 |
| Octal | 264 | 246 | 24 | 0 | 10 | 131 | 35 | 67 | 120 | 47 |
| Binary | 10110100 | 10100110 | 10100 | 0 | 1000 | 1011001 | 11101 | 110111 | 1010000 | 100111 |
Color Harmonies of #B4A614
Complementary color
Monochromatic Colors of #B4A614
Black with #B4A614
Text Example
Text Example
White with #B4A614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A614; }
p { color: rgb(180,166,20); }
H1.HeaderClassName
{
color: #B4A614;
}
.AnyTagClassName
{
color: #B4A614;
}
</style>
background-color css
<style>
a { background-color: #B4A614; }
a { background-color: rgb(180,166,20); }
div.DivClassName
{
background-color: #B4A614;
}
.BgClassName
{
background-color: #B4A614;
}
</style>
border-color css
<style>
span { border-color: #B4A614; }
span { border-color: rgb(180,166,20); }
td.TdClassName
{
border-color: #B4A614;
}
.TagClassName
{
border-color: #B4A614;
}
</style>