Shades of Earls Green #B3A812
Tints of Earls Green #B3A812
RGB
CMYK
RGB Variations
Color information
#B3A812 (or 0xB3A812) is known color: Earls Green. HEX triplet: B3, A8 and 12. RGB value is (179,168,18). Sum of RGB (Red+Green+Blue) = 179+168+18=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A812 is #4C57ED. Grayscale: #9A9A9A. Windows color (decimal): -5003246 or 1222835. OLE color: 1222835.
HSL color Cylindrical-coordinate representation of color #B3A812: hue angle of 55.9º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3A812 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 18 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.30 |
| HSL | 55.9º | 0.82% | 0.39% | - |
| HSV(B) | 55.9º | 0.9% | 0.7% | - |
| XYZ | 32.7 | 37.63 | 6.11 | - |
| YUV | 154.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 18 | 0 | 0.06 | 0.90 | 0.30 | 55.9 | 0.82 | 0.39 |
| Hex | B3 | A8 | 12 | 0 | 6 | 5A | 1E | 38 | 52 | 27 |
| Octal | 263 | 250 | 22 | 0 | 6 | 132 | 36 | 70 | 122 | 47 |
| Binary | 10110011 | 10101000 | 10010 | 0 | 110 | 1011010 | 11110 | 111000 | 1010010 | 100111 |
Color Harmonies of #B3A812
Complementary color
Monochromatic Colors of #B3A812
Black with #B3A812
Text Example
Text Example
White with #B3A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A812; }
p { color: rgb(179,168,18); }
H1.HeaderClassName
{
color: #B3A812;
}
.AnyTagClassName
{
color: #B3A812;
}
</style>
background-color css
<style>
a { background-color: #B3A812; }
a { background-color: rgb(179,168,18); }
div.DivClassName
{
background-color: #B3A812;
}
.BgClassName
{
background-color: #B3A812;
}
</style>
border-color css
<style>
span { border-color: #B3A812; }
span { border-color: rgb(179,168,18); }
td.TdClassName
{
border-color: #B3A812;
}
.TagClassName
{
border-color: #B3A812;
}
</style>