Shades of Earls Green #B3AC32
Tints of Earls Green #B3AC32
RGB
CMYK
RGB Variations
Color information
#B3AC32 (or 0xB3AC32) is known color: Earls Green. HEX triplet: B3, AC and 32. RGB value is (179,172,50). Sum of RGB (Red+Green+Blue) = 179+172+50=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC32 is #4C53CD. Grayscale: #A0A0A0. Windows color (decimal): -5002190 or 3321011. OLE color: 3321011.
HSL color Cylindrical-coordinate representation of color #B3AC32: hue angle of 56.74º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3AC32 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 172 | 50 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.30 |
| HSL | 56.74º | 0.56% | 0.45% | - |
| HSV(B) | 56.74º | 0.72% | 0.7% | - |
| XYZ | 33.92 | 39.32 | 8.82 | - |
| YUV | 160.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 50 | 0 | 0.04 | 0.72 | 0.30 | 56.74 | 0.56 | 0.45 |
| Hex | B3 | AC | 32 | 0 | 4 | 48 | 1E | 39 | 38 | 2D |
| Octal | 263 | 254 | 62 | 0 | 4 | 110 | 36 | 71 | 70 | 55 |
| Binary | 10110011 | 10101100 | 110010 | 0 | 100 | 1001000 | 11110 | 111001 | 111000 | 101101 |
Color Harmonies of #B3AC32
Complementary color
Monochromatic Colors of #B3AC32
Black with #B3AC32
Text Example
Text Example
White with #B3AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AC32; }
p { color: rgb(179,172,50); }
H1.HeaderClassName
{
color: #B3AC32;
}
.AnyTagClassName
{
color: #B3AC32;
}
</style>
background-color css
<style>
a { background-color: #B3AC32; }
a { background-color: rgb(179,172,50); }
div.DivClassName
{
background-color: #B3AC32;
}
.BgClassName
{
background-color: #B3AC32;
}
</style>
border-color css
<style>
span { border-color: #B3AC32; }
span { border-color: rgb(179,172,50); }
td.TdClassName
{
border-color: #B3AC32;
}
.TagClassName
{
border-color: #B3AC32;
}
</style>