Shades of Earls Green #B1A62E
Tints of Earls Green #B1A62E
RGB
CMYK
RGB Variations
Color information
#B1A62E (or 0xB1A62E) is known color: Earls Green. HEX triplet: B1, A6 and 2E. RGB value is (177,166,46). Sum of RGB (Red+Green+Blue) = 177+166+46=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A62E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A62E is #4E59D1. Grayscale: #9C9C9C. Windows color (decimal): -5134802 or 3057329. OLE color: 3057329.
HSL color Cylindrical-coordinate representation of color #B1A62E: hue angle of 54.96º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1A62E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 46 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.31 |
| HSL | 54.96º | 0.59% | 0.44% | - |
| HSV(B) | 54.96º | 0.74% | 0.69% | - |
| XYZ | 32.26 | 36.82 | 7.99 | - |
| YUV | 155.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 46 | 0 | 0.06 | 0.74 | 0.31 | 54.96 | 0.59 | 0.44 |
| Hex | B1 | A6 | 2E | 0 | 6 | 4A | 1F | 37 | 3B | 2C |
| Octal | 261 | 246 | 56 | 0 | 6 | 112 | 37 | 67 | 73 | 54 |
| Binary | 10110001 | 10100110 | 101110 | 0 | 110 | 1001010 | 11111 | 110111 | 111011 | 101100 |
Color Harmonies of #B1A62E
Complementary color
Monochromatic Colors of #B1A62E
Black with #B1A62E
Text Example
Text Example
White with #B1A62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A62E; }
p { color: rgb(177,166,46); }
H1.HeaderClassName
{
color: #B1A62E;
}
.AnyTagClassName
{
color: #B1A62E;
}
</style>
background-color css
<style>
a { background-color: #B1A62E; }
a { background-color: rgb(177,166,46); }
div.DivClassName
{
background-color: #B1A62E;
}
.BgClassName
{
background-color: #B1A62E;
}
</style>
border-color css
<style>
span { border-color: #B1A62E; }
span { border-color: rgb(177,166,46); }
td.TdClassName
{
border-color: #B1A62E;
}
.TagClassName
{
border-color: #B1A62E;
}
</style>