Shades of Earls Green #B4AD2E
Tints of Earls Green #B4AD2E
RGB
CMYK
RGB Variations
Color information
#B4AD2E (or 0xB4AD2E) is known color: Earls Green. HEX triplet: B4, AD and 2E. RGB value is (180,173,46). Sum of RGB (Red+Green+Blue) = 180+173+46=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD2E is #4B52D1. Grayscale: #A1A1A1. Windows color (decimal): -4936402 or 3059124. OLE color: 3059124.
HSL color Cylindrical-coordinate representation of color #B4AD2E: hue angle of 56.87º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4AD2E is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 46 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.29 |
| HSL | 56.87º | 0.59% | 0.44% | - |
| HSV(B) | 56.87º | 0.74% | 0.71% | - |
| XYZ | 34.26 | 39.79 | 8.46 | - |
| YUV | 160.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 46 | 0 | 0.04 | 0.74 | 0.29 | 56.87 | 0.59 | 0.44 |
| Hex | B4 | AD | 2E | 0 | 4 | 4A | 1D | 39 | 3B | 2C |
| Octal | 264 | 255 | 56 | 0 | 4 | 112 | 35 | 71 | 73 | 54 |
| Binary | 10110100 | 10101101 | 101110 | 0 | 100 | 1001010 | 11101 | 111001 | 111011 | 101100 |
Color Harmonies of #B4AD2E
Complementary color
Monochromatic Colors of #B4AD2E
Black with #B4AD2E
Text Example
Text Example
White with #B4AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD2E; }
p { color: rgb(180,173,46); }
H1.HeaderClassName
{
color: #B4AD2E;
}
.AnyTagClassName
{
color: #B4AD2E;
}
</style>
background-color css
<style>
a { background-color: #B4AD2E; }
a { background-color: rgb(180,173,46); }
div.DivClassName
{
background-color: #B4AD2E;
}
.BgClassName
{
background-color: #B4AD2E;
}
</style>
border-color css
<style>
span { border-color: #B4AD2E; }
span { border-color: rgb(180,173,46); }
td.TdClassName
{
border-color: #B4AD2E;
}
.TagClassName
{
border-color: #B4AD2E;
}
</style>