Shades of Earls Green #B3A91C
Tints of Earls Green #B3A91C
RGB
CMYK
RGB Variations
Color information
#B3A91C (or 0xB3A91C) is known color: Earls Green. HEX triplet: B3, A9 and 1C. RGB value is (179,169,28). Sum of RGB (Red+Green+Blue) = 179+169+28=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A91C is #4C56E3. Grayscale: #9C9C9C. Windows color (decimal): -5002980 or 1878451. OLE color: 1878451.
HSL color Cylindrical-coordinate representation of color #B3A91C: hue angle of 56.03º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3A91C is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 28 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.30 |
| HSL | 56.03º | 0.73% | 0.41% | - |
| HSV(B) | 56.03º | 0.84% | 0.7% | - |
| XYZ | 32.99 | 38.04 | 6.7 | - |
| YUV | 155.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 28 | 0 | 0.06 | 0.84 | 0.30 | 56.03 | 0.73 | 0.41 |
| Hex | B3 | A9 | 1C | 0 | 6 | 54 | 1E | 38 | 49 | 29 |
| Octal | 263 | 251 | 34 | 0 | 6 | 124 | 36 | 70 | 111 | 51 |
| Binary | 10110011 | 10101001 | 11100 | 0 | 110 | 1010100 | 11110 | 111000 | 1001001 | 101001 |
Color Harmonies of #B3A91C
Complementary color
Monochromatic Colors of #B3A91C
Black with #B3A91C
Text Example
Text Example
White with #B3A91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A91C; }
p { color: rgb(179,169,28); }
H1.HeaderClassName
{
color: #B3A91C;
}
.AnyTagClassName
{
color: #B3A91C;
}
</style>
background-color css
<style>
a { background-color: #B3A91C; }
a { background-color: rgb(179,169,28); }
div.DivClassName
{
background-color: #B3A91C;
}
.BgClassName
{
background-color: #B3A91C;
}
</style>
border-color css
<style>
span { border-color: #B3A91C; }
span { border-color: rgb(179,169,28); }
td.TdClassName
{
border-color: #B3A91C;
}
.TagClassName
{
border-color: #B3A91C;
}
</style>