Shades of Earls Green #B5A32D
Tints of Earls Green #B5A32D
RGB
CMYK
RGB Variations
Color information
#B5A32D (or 0xB5A32D) is known color: Earls Green. HEX triplet: B5, A3 and 2D. RGB value is (181,163,45). Sum of RGB (Red+Green+Blue) = 181+163+45=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A32D is #4A5CD2. Grayscale: #9B9B9B. Windows color (decimal): -4873427 or 2991029. OLE color: 2991029.
HSL color Cylindrical-coordinate representation of color #B5A32D: hue angle of 52.06º 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 #B5A32D is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 45 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.29 |
| HSL | 52.06º | 0.6% | 0.44% | - |
| HSV(B) | 52.06º | 0.75% | 0.71% | - |
| XYZ | 32.63 | 36.21 | 7.75 | - |
| YUV | 154.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 45 | 0 | 0.10 | 0.75 | 0.29 | 52.06 | 0.6 | 0.44 |
| Hex | B5 | A3 | 2D | 0 | A | 4B | 1D | 34 | 3C | 2C |
| Octal | 265 | 243 | 55 | 0 | 12 | 113 | 35 | 64 | 74 | 54 |
| Binary | 10110101 | 10100011 | 101101 | 0 | 1010 | 1001011 | 11101 | 110100 | 111100 | 101100 |
Color Harmonies of #B5A32D
Complementary color
Monochromatic Colors of #B5A32D
Black with #B5A32D
Text Example
Text Example
White with #B5A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A32D; }
p { color: rgb(181,163,45); }
H1.HeaderClassName
{
color: #B5A32D;
}
.AnyTagClassName
{
color: #B5A32D;
}
</style>
background-color css
<style>
a { background-color: #B5A32D; }
a { background-color: rgb(181,163,45); }
div.DivClassName
{
background-color: #B5A32D;
}
.BgClassName
{
background-color: #B5A32D;
}
</style>
border-color css
<style>
span { border-color: #B5A32D; }
span { border-color: rgb(181,163,45); }
td.TdClassName
{
border-color: #B5A32D;
}
.TagClassName
{
border-color: #B5A32D;
}
</style>