Shades of Earls Green #B5A32C
Tints of Earls Green #B5A32C
RGB
CMYK
RGB Variations
Color information
#B5A32C (or 0xB5A32C) is known color: Earls Green. HEX triplet: B5, A3 and 2C. RGB value is (181,163,44). Sum of RGB (Red+Green+Blue) = 181+163+44=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A32C is #4A5CD3. Grayscale: #9B9B9B. Windows color (decimal): -4873428 or 2925493. OLE color: 2925493.
HSL color Cylindrical-coordinate representation of color #B5A32C: hue angle of 52.12º 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 #B5A32C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 44 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.29 |
| HSL | 52.12º | 0.61% | 0.44% | - |
| HSV(B) | 52.12º | 0.76% | 0.71% | - |
| XYZ | 32.61 | 36.2 | 7.65 | - |
| YUV | 154.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 44 | 0 | 0.10 | 0.76 | 0.29 | 52.12 | 0.61 | 0.44 |
| Hex | B5 | A3 | 2C | 0 | A | 4C | 1D | 34 | 3D | 2C |
| Octal | 265 | 243 | 54 | 0 | 12 | 114 | 35 | 64 | 75 | 54 |
| Binary | 10110101 | 10100011 | 101100 | 0 | 1010 | 1001100 | 11101 | 110100 | 111101 | 101100 |
Color Harmonies of #B5A32C
Complementary color
Monochromatic Colors of #B5A32C
Black with #B5A32C
Text Example
Text Example
White with #B5A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A32C; }
p { color: rgb(181,163,44); }
H1.HeaderClassName
{
color: #B5A32C;
}
.AnyTagClassName
{
color: #B5A32C;
}
</style>
background-color css
<style>
a { background-color: #B5A32C; }
a { background-color: rgb(181,163,44); }
div.DivClassName
{
background-color: #B5A32C;
}
.BgClassName
{
background-color: #B5A32C;
}
</style>
border-color css
<style>
span { border-color: #B5A32C; }
span { border-color: rgb(181,163,44); }
td.TdClassName
{
border-color: #B5A32C;
}
.TagClassName
{
border-color: #B5A32C;
}
</style>