Shades of Earls Green #B3A31E
Tints of Earls Green #B3A31E
RGB
CMYK
RGB Variations
Color information
#B3A31E (or 0xB3A31E) is known color: Earls Green. HEX triplet: B3, A3 and 1E. RGB value is (179,163,30). Sum of RGB (Red+Green+Blue) = 179+163+30=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A31E is #4C5CE1. Grayscale: #999999. Windows color (decimal): -5004514 or 2007987. OLE color: 2007987.
HSL color Cylindrical-coordinate representation of color #B3A31E: hue angle of 53.56º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3A31E is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 30 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.30 |
| HSL | 53.56º | 0.71% | 0.41% | - |
| HSV(B) | 53.56º | 0.83% | 0.7% | - |
| XYZ | 31.92 | 35.87 | 6.47 | - |
| YUV | 152.62 | 58.8 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 30 | 0 | 0.09 | 0.83 | 0.30 | 53.56 | 0.71 | 0.41 |
| Hex | B3 | A3 | 1E | 0 | 9 | 53 | 1E | 36 | 47 | 29 |
| Octal | 263 | 243 | 36 | 0 | 11 | 123 | 36 | 66 | 107 | 51 |
| Binary | 10110011 | 10100011 | 11110 | 0 | 1001 | 1010011 | 11110 | 110110 | 1000111 | 101001 |
Color Harmonies of #B3A31E
Complementary color
Monochromatic Colors of #B3A31E
Black with #B3A31E
Text Example
Text Example
White with #B3A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A31E; }
p { color: rgb(179,163,30); }
H1.HeaderClassName
{
color: #B3A31E;
}
.AnyTagClassName
{
color: #B3A31E;
}
</style>
background-color css
<style>
a { background-color: #B3A31E; }
a { background-color: rgb(179,163,30); }
div.DivClassName
{
background-color: #B3A31E;
}
.BgClassName
{
background-color: #B3A31E;
}
</style>
border-color css
<style>
span { border-color: #B3A31E; }
span { border-color: rgb(179,163,30); }
td.TdClassName
{
border-color: #B3A31E;
}
.TagClassName
{
border-color: #B3A31E;
}
</style>