Shades of Earls Green #B3A22D
Tints of Earls Green #B3A22D
RGB
CMYK
RGB Variations
Color information
#B3A22D (or 0xB3A22D) is known color: Earls Green. HEX triplet: B3, A2 and 2D. RGB value is (179,162,45). Sum of RGB (Red+Green+Blue) = 179+162+45=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A22D is #4C5DD2. Grayscale: #9A9A9A. Windows color (decimal): -5004755 or 2990771. OLE color: 2990771.
HSL color Cylindrical-coordinate representation of color #B3A22D: hue angle of 52.39º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3A22D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 45 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.30 |
| HSL | 52.39º | 0.6% | 0.44% | - |
| HSV(B) | 52.39º | 0.75% | 0.7% | - |
| XYZ | 31.98 | 35.61 | 7.67 | - |
| YUV | 153.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 45 | 0 | 0.09 | 0.75 | 0.30 | 52.39 | 0.6 | 0.44 |
| Hex | B3 | A2 | 2D | 0 | 9 | 4B | 1E | 34 | 3C | 2C |
| Octal | 263 | 242 | 55 | 0 | 11 | 113 | 36 | 64 | 74 | 54 |
| Binary | 10110011 | 10100010 | 101101 | 0 | 1001 | 1001011 | 11110 | 110100 | 111100 | 101100 |
Color Harmonies of #B3A22D
Complementary color
Monochromatic Colors of #B3A22D
Black with #B3A22D
Text Example
Text Example
White with #B3A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A22D; }
p { color: rgb(179,162,45); }
H1.HeaderClassName
{
color: #B3A22D;
}
.AnyTagClassName
{
color: #B3A22D;
}
</style>
background-color css
<style>
a { background-color: #B3A22D; }
a { background-color: rgb(179,162,45); }
div.DivClassName
{
background-color: #B3A22D;
}
.BgClassName
{
background-color: #B3A22D;
}
</style>
border-color css
<style>
span { border-color: #B3A22D; }
span { border-color: rgb(179,162,45); }
td.TdClassName
{
border-color: #B3A22D;
}
.TagClassName
{
border-color: #B3A22D;
}
</style>