Shades of Earls Green #B4AD2D
Tints of Earls Green #B4AD2D
RGB
CMYK
RGB Variations
Color information
#B4AD2D (or 0xB4AD2D) is known color: Earls Green. HEX triplet: B4, AD and 2D. RGB value is (180,173,45). Sum of RGB (Red+Green+Blue) = 180+173+45=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD2D is #4B52D2. Grayscale: #A1A1A1. Windows color (decimal): -4936403 or 2993588. OLE color: 2993588.
HSL color Cylindrical-coordinate representation of color #B4AD2D: hue angle of 56.89º 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 #B4AD2D is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 45 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.29 |
| HSL | 56.89º | 0.6% | 0.44% | - |
| HSV(B) | 56.89º | 0.75% | 0.71% | - |
| XYZ | 34.24 | 39.78 | 8.36 | - |
| YUV | 160.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 45 | 0 | 0.04 | 0.75 | 0.29 | 56.89 | 0.6 | 0.44 |
| Hex | B4 | AD | 2D | 0 | 4 | 4B | 1D | 39 | 3C | 2C |
| Octal | 264 | 255 | 55 | 0 | 4 | 113 | 35 | 71 | 74 | 54 |
| Binary | 10110100 | 10101101 | 101101 | 0 | 100 | 1001011 | 11101 | 111001 | 111100 | 101100 |
Color Harmonies of #B4AD2D
Complementary color
Monochromatic Colors of #B4AD2D
Black with #B4AD2D
Text Example
Text Example
White with #B4AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD2D; }
p { color: rgb(180,173,45); }
H1.HeaderClassName
{
color: #B4AD2D;
}
.AnyTagClassName
{
color: #B4AD2D;
}
</style>
background-color css
<style>
a { background-color: #B4AD2D; }
a { background-color: rgb(180,173,45); }
div.DivClassName
{
background-color: #B4AD2D;
}
.BgClassName
{
background-color: #B4AD2D;
}
</style>
border-color css
<style>
span { border-color: #B4AD2D; }
span { border-color: rgb(180,173,45); }
td.TdClassName
{
border-color: #B4AD2D;
}
.TagClassName
{
border-color: #B4AD2D;
}
</style>