Shades of Earls Green #B5A42D
Tints of Earls Green #B5A42D
RGB
CMYK
RGB Variations
Color information
#B5A42D (or 0xB5A42D) is known color: Earls Green. HEX triplet: B5, A4 and 2D. RGB value is (181,164,45). Sum of RGB (Red+Green+Blue) = 181+164+45=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A42D is #4A5BD2. Grayscale: #9C9C9C. Windows color (decimal): -4873171 or 2991285. OLE color: 2991285.
HSL color Cylindrical-coordinate representation of color #B5A42D: hue angle of 52.5º 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 #B5A42D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 45 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.29 |
| HSL | 52.5º | 0.6% | 0.44% | - |
| HSV(B) | 52.5º | 0.75% | 0.71% | - |
| XYZ | 32.81 | 36.56 | 7.81 | - |
| YUV | 155.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 45 | 0 | 0.09 | 0.75 | 0.29 | 52.5 | 0.6 | 0.44 |
| Hex | B5 | A4 | 2D | 0 | 9 | 4B | 1D | 34 | 3C | 2C |
| Octal | 265 | 244 | 55 | 0 | 11 | 113 | 35 | 64 | 74 | 54 |
| Binary | 10110101 | 10100100 | 101101 | 0 | 1001 | 1001011 | 11101 | 110100 | 111100 | 101100 |
Color Harmonies of #B5A42D
Complementary color
Monochromatic Colors of #B5A42D
Black with #B5A42D
Text Example
Text Example
White with #B5A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A42D; }
p { color: rgb(181,164,45); }
H1.HeaderClassName
{
color: #B5A42D;
}
.AnyTagClassName
{
color: #B5A42D;
}
</style>
background-color css
<style>
a { background-color: #B5A42D; }
a { background-color: rgb(181,164,45); }
div.DivClassName
{
background-color: #B5A42D;
}
.BgClassName
{
background-color: #B5A42D;
}
</style>
border-color css
<style>
span { border-color: #B5A42D; }
span { border-color: rgb(181,164,45); }
td.TdClassName
{
border-color: #B5A42D;
}
.TagClassName
{
border-color: #B5A42D;
}
</style>