Shades of Earls Green #B4AE2C
Tints of Earls Green #B4AE2C
RGB
CMYK
RGB Variations
Color information
#B4AE2C (or 0xB4AE2C) is known color: Earls Green. HEX triplet: B4, AE and 2C. RGB value is (180,174,44). Sum of RGB (Red+Green+Blue) = 180+174+44=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE2C is #4B51D3. Grayscale: #A1A1A1. Windows color (decimal): -4936148 or 2928308. OLE color: 2928308.
HSL color Cylindrical-coordinate representation of color #B4AE2C: hue angle of 57.35º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4AE2C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 174 | 44 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.29 |
| HSL | 57.35º | 0.61% | 0.44% | - |
| HSV(B) | 57.35º | 0.76% | 0.71% | - |
| XYZ | 34.41 | 40.16 | 8.32 | - |
| YUV | 160.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 44 | 0 | 0.03 | 0.76 | 0.29 | 57.35 | 0.61 | 0.44 |
| Hex | B4 | AE | 2C | 0 | 3 | 4C | 1D | 39 | 3D | 2C |
| Octal | 264 | 256 | 54 | 0 | 3 | 114 | 35 | 71 | 75 | 54 |
| Binary | 10110100 | 10101110 | 101100 | 0 | 11 | 1001100 | 11101 | 111001 | 111101 | 101100 |
Color Harmonies of #B4AE2C
Complementary color
Monochromatic Colors of #B4AE2C
Black with #B4AE2C
Text Example
Text Example
White with #B4AE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AE2C; }
p { color: rgb(180,174,44); }
H1.HeaderClassName
{
color: #B4AE2C;
}
.AnyTagClassName
{
color: #B4AE2C;
}
</style>
background-color css
<style>
a { background-color: #B4AE2C; }
a { background-color: rgb(180,174,44); }
div.DivClassName
{
background-color: #B4AE2C;
}
.BgClassName
{
background-color: #B4AE2C;
}
</style>
border-color css
<style>
span { border-color: #B4AE2C; }
span { border-color: rgb(180,174,44); }
td.TdClassName
{
border-color: #B4AE2C;
}
.TagClassName
{
border-color: #B4AE2C;
}
</style>