Shades of Earls Green #B3A225
Tints of Earls Green #B3A225
RGB
CMYK
RGB Variations
Color information
#B3A225 (or 0xB3A225) is known color: Earls Green. HEX triplet: B3, A2 and 25. RGB value is (179,162,37). Sum of RGB (Red+Green+Blue) = 179+162+37=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A225 is #4C5DDA. Grayscale: #999999. Windows color (decimal): -5004763 or 2466483. OLE color: 2466483.
HSL color Cylindrical-coordinate representation of color #B3A225: hue angle of 52.82º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3A225 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 37 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.30 |
| HSL | 52.82º | 0.66% | 0.42% | - |
| HSV(B) | 52.82º | 0.79% | 0.7% | - |
| XYZ | 31.84 | 35.56 | 6.94 | - |
| YUV | 152.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 37 | 0 | 0.09 | 0.79 | 0.30 | 52.82 | 0.66 | 0.42 |
| Hex | B3 | A2 | 25 | 0 | 9 | 4F | 1E | 35 | 42 | 2A |
| Octal | 263 | 242 | 45 | 0 | 11 | 117 | 36 | 65 | 102 | 52 |
| Binary | 10110011 | 10100010 | 100101 | 0 | 1001 | 1001111 | 11110 | 110101 | 1000010 | 101010 |
Color Harmonies of #B3A225
Complementary color
Monochromatic Colors of #B3A225
Black with #B3A225
Text Example
Text Example
White with #B3A225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A225; }
p { color: rgb(179,162,37); }
H1.HeaderClassName
{
color: #B3A225;
}
.AnyTagClassName
{
color: #B3A225;
}
</style>
background-color css
<style>
a { background-color: #B3A225; }
a { background-color: rgb(179,162,37); }
div.DivClassName
{
background-color: #B3A225;
}
.BgClassName
{
background-color: #B3A225;
}
</style>
border-color css
<style>
span { border-color: #B3A225; }
span { border-color: rgb(179,162,37); }
td.TdClassName
{
border-color: #B3A225;
}
.TagClassName
{
border-color: #B3A225;
}
</style>