Shades of Earls Green #B3A831
Tints of Earls Green #B3A831
RGB
CMYK
RGB Variations
Color information
#B3A831 (or 0xB3A831) is known color: Earls Green. HEX triplet: B3, A8 and 31. RGB value is (179,168,49). Sum of RGB (Red+Green+Blue) = 179+168+49=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A831 is #4C57CE. Grayscale: #9E9E9E. Windows color (decimal): -5003215 or 3254451. OLE color: 3254451.
HSL color Cylindrical-coordinate representation of color #B3A831: hue angle of 54.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3A831 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 49 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.30 |
| HSL | 54.92º | 0.57% | 0.45% | - |
| HSV(B) | 54.92º | 0.73% | 0.7% | - |
| XYZ | 33.15 | 37.81 | 8.46 | - |
| YUV | 157.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 49 | 0 | 0.06 | 0.73 | 0.30 | 54.92 | 0.57 | 0.45 |
| Hex | B3 | A8 | 31 | 0 | 6 | 49 | 1E | 37 | 39 | 2D |
| Octal | 263 | 250 | 61 | 0 | 6 | 111 | 36 | 67 | 71 | 55 |
| Binary | 10110011 | 10101000 | 110001 | 0 | 110 | 1001001 | 11110 | 110111 | 111001 | 101101 |
Color Harmonies of #B3A831
Complementary color
Monochromatic Colors of #B3A831
Black with #B3A831
Text Example
Text Example
White with #B3A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A831; }
p { color: rgb(179,168,49); }
H1.HeaderClassName
{
color: #B3A831;
}
.AnyTagClassName
{
color: #B3A831;
}
</style>
background-color css
<style>
a { background-color: #B3A831; }
a { background-color: rgb(179,168,49); }
div.DivClassName
{
background-color: #B3A831;
}
.BgClassName
{
background-color: #B3A831;
}
</style>
border-color css
<style>
span { border-color: #B3A831; }
span { border-color: rgb(179,168,49); }
td.TdClassName
{
border-color: #B3A831;
}
.TagClassName
{
border-color: #B3A831;
}
</style>