Shades of Earls Green #B4A52D
Tints of Earls Green #B4A52D
RGB
CMYK
RGB Variations
Color information
#B4A52D (or 0xB4A52D) is known color: Earls Green. HEX triplet: B4, A5 and 2D. RGB value is (180,165,45). Sum of RGB (Red+Green+Blue) = 180+165+45=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A52D is #4B5AD2. Grayscale: #9C9C9C. Windows color (decimal): -4938451 or 2991540. OLE color: 2991540.
HSL color Cylindrical-coordinate representation of color #B4A52D: hue angle of 53.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4A52D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 45 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.29 |
| HSL | 53.33º | 0.6% | 0.44% | - |
| HSV(B) | 53.33º | 0.75% | 0.71% | - |
| XYZ | 32.75 | 36.8 | 7.86 | - |
| YUV | 155.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 45 | 0 | 0.08 | 0.75 | 0.29 | 53.33 | 0.6 | 0.44 |
| Hex | B4 | A5 | 2D | 0 | 8 | 4B | 1D | 35 | 3C | 2C |
| Octal | 264 | 245 | 55 | 0 | 10 | 113 | 35 | 65 | 74 | 54 |
| Binary | 10110100 | 10100101 | 101101 | 0 | 1000 | 1001011 | 11101 | 110101 | 111100 | 101100 |
Color Harmonies of #B4A52D
Complementary color
Monochromatic Colors of #B4A52D
Black with #B4A52D
Text Example
Text Example
White with #B4A52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A52D; }
p { color: rgb(180,165,45); }
H1.HeaderClassName
{
color: #B4A52D;
}
.AnyTagClassName
{
color: #B4A52D;
}
</style>
background-color css
<style>
a { background-color: #B4A52D; }
a { background-color: rgb(180,165,45); }
div.DivClassName
{
background-color: #B4A52D;
}
.BgClassName
{
background-color: #B4A52D;
}
</style>
border-color css
<style>
span { border-color: #B4A52D; }
span { border-color: rgb(180,165,45); }
td.TdClassName
{
border-color: #B4A52D;
}
.TagClassName
{
border-color: #B4A52D;
}
</style>