Shades of Earls Green #B1A62B
Tints of Earls Green #B1A62B
RGB
CMYK
RGB Variations
Color information
#B1A62B (or 0xB1A62B) is known color: Earls Green. HEX triplet: B1, A6 and 2B. RGB value is (177,166,43). Sum of RGB (Red+Green+Blue) = 177+166+43=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A62B is #4E59D4. Grayscale: #9B9B9B. Windows color (decimal): -5134805 or 2860721. OLE color: 2860721.
HSL color Cylindrical-coordinate representation of color #B1A62B: hue angle of 55.07º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1A62B is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 43 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.31 |
| HSL | 55.07º | 0.61% | 0.43% | - |
| HSV(B) | 55.07º | 0.76% | 0.69% | - |
| XYZ | 32.2 | 36.79 | 7.69 | - |
| YUV | 155.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 43 | 0 | 0.06 | 0.76 | 0.31 | 55.07 | 0.61 | 0.43 |
| Hex | B1 | A6 | 2B | 0 | 6 | 4C | 1F | 37 | 3D | 2B |
| Octal | 261 | 246 | 53 | 0 | 6 | 114 | 37 | 67 | 75 | 53 |
| Binary | 10110001 | 10100110 | 101011 | 0 | 110 | 1001100 | 11111 | 110111 | 111101 | 101011 |
Color Harmonies of #B1A62B
Complementary color
Monochromatic Colors of #B1A62B
Black with #B1A62B
Text Example
Text Example
White with #B1A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A62B; }
p { color: rgb(177,166,43); }
H1.HeaderClassName
{
color: #B1A62B;
}
.AnyTagClassName
{
color: #B1A62B;
}
</style>
background-color css
<style>
a { background-color: #B1A62B; }
a { background-color: rgb(177,166,43); }
div.DivClassName
{
background-color: #B1A62B;
}
.BgClassName
{
background-color: #B1A62B;
}
</style>
border-color css
<style>
span { border-color: #B1A62B; }
span { border-color: rgb(177,166,43); }
td.TdClassName
{
border-color: #B1A62B;
}
.TagClassName
{
border-color: #B1A62B;
}
</style>