Shades of Earls Green #B1A622
Tints of Earls Green #B1A622
RGB
CMYK
RGB Variations
Color information
#B1A622 (or 0xB1A622) is known color: Earls Green. HEX triplet: B1, A6 and 22. RGB value is (177,166,34). Sum of RGB (Red+Green+Blue) = 177+166+34=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A622 is #4E59DD. Grayscale: #9A9A9A. Windows color (decimal): -5134814 or 2270897. OLE color: 2270897.
HSL color Cylindrical-coordinate representation of color #B1A622: hue angle of 55.38º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1A622 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 34 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.31 |
| HSL | 55.38º | 0.68% | 0.41% | - |
| HSV(B) | 55.38º | 0.81% | 0.69% | - |
| XYZ | 32.06 | 36.74 | 6.91 | - |
| YUV | 154.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 34 | 0 | 0.06 | 0.81 | 0.31 | 55.38 | 0.68 | 0.41 |
| Hex | B1 | A6 | 22 | 0 | 6 | 51 | 1F | 37 | 44 | 29 |
| Octal | 261 | 246 | 42 | 0 | 6 | 121 | 37 | 67 | 104 | 51 |
| Binary | 10110001 | 10100110 | 100010 | 0 | 110 | 1010001 | 11111 | 110111 | 1000100 | 101001 |
Color Harmonies of #B1A622
Complementary color
Monochromatic Colors of #B1A622
Black with #B1A622
Text Example
Text Example
White with #B1A622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A622; }
p { color: rgb(177,166,34); }
H1.HeaderClassName
{
color: #B1A622;
}
.AnyTagClassName
{
color: #B1A622;
}
</style>
background-color css
<style>
a { background-color: #B1A622; }
a { background-color: rgb(177,166,34); }
div.DivClassName
{
background-color: #B1A622;
}
.BgClassName
{
background-color: #B1A622;
}
</style>
border-color css
<style>
span { border-color: #B1A622; }
span { border-color: rgb(177,166,34); }
td.TdClassName
{
border-color: #B1A622;
}
.TagClassName
{
border-color: #B1A622;
}
</style>