Shades of Earls Green #B5AC32
Tints of Earls Green #B5AC32
RGB
CMYK
RGB Variations
Color information
#B5AC32 (or 0xB5AC32) is known color: Earls Green. HEX triplet: B5, AC and 32. RGB value is (181,172,50). Sum of RGB (Red+Green+Blue) = 181+172+50=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AC32 is #4A53CD. Grayscale: #A1A1A1. Windows color (decimal): -4871118 or 3321013. OLE color: 3321013.
HSL color Cylindrical-coordinate representation of color #B5AC32: hue angle of 55.88º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5AC32 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 172 | 50 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.29 |
| HSL | 55.88º | 0.57% | 0.45% | - |
| HSV(B) | 55.88º | 0.72% | 0.71% | - |
| XYZ | 34.38 | 39.56 | 8.84 | - |
| YUV | 160.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 172 | 50 | 0 | 0.05 | 0.72 | 0.29 | 55.88 | 0.57 | 0.45 |
| Hex | B5 | AC | 32 | 0 | 5 | 48 | 1D | 38 | 39 | 2D |
| Octal | 265 | 254 | 62 | 0 | 5 | 110 | 35 | 70 | 71 | 55 |
| Binary | 10110101 | 10101100 | 110010 | 0 | 101 | 1001000 | 11101 | 111000 | 111001 | 101101 |
Color Harmonies of #B5AC32
Complementary color
Monochromatic Colors of #B5AC32
Black with #B5AC32
Text Example
Text Example
White with #B5AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AC32; }
p { color: rgb(181,172,50); }
H1.HeaderClassName
{
color: #B5AC32;
}
.AnyTagClassName
{
color: #B5AC32;
}
</style>
background-color css
<style>
a { background-color: #B5AC32; }
a { background-color: rgb(181,172,50); }
div.DivClassName
{
background-color: #B5AC32;
}
.BgClassName
{
background-color: #B5AC32;
}
</style>
border-color css
<style>
span { border-color: #B5AC32; }
span { border-color: rgb(181,172,50); }
td.TdClassName
{
border-color: #B5AC32;
}
.TagClassName
{
border-color: #B5AC32;
}
</style>