Shades of Earls Green #B1A322
Tints of Earls Green #B1A322
RGB
CMYK
RGB Variations
Color information
#B1A322 (or 0xB1A322) is known color: Earls Green. HEX triplet: B1, A3 and 22. RGB value is (177,163,34). Sum of RGB (Red+Green+Blue) = 177+163+34=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A322 is #4E5CDD. Grayscale: #999999. Windows color (decimal): -5135582 or 2270129. OLE color: 2270129.
HSL color Cylindrical-coordinate representation of color #B1A322: hue angle of 54.13º 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 #B1A322 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 34 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.31 |
| HSL | 54.13º | 0.68% | 0.41% | - |
| HSV(B) | 54.13º | 0.81% | 0.69% | - |
| XYZ | 31.52 | 35.66 | 6.73 | - |
| YUV | 152.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 34 | 0 | 0.08 | 0.81 | 0.31 | 54.13 | 0.68 | 0.41 |
| Hex | B1 | A3 | 22 | 0 | 8 | 51 | 1F | 36 | 44 | 29 |
| Octal | 261 | 243 | 42 | 0 | 10 | 121 | 37 | 66 | 104 | 51 |
| Binary | 10110001 | 10100011 | 100010 | 0 | 1000 | 1010001 | 11111 | 110110 | 1000100 | 101001 |
Color Harmonies of #B1A322
Complementary color
Monochromatic Colors of #B1A322
Black with #B1A322
Text Example
Text Example
White with #B1A322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A322; }
p { color: rgb(177,163,34); }
H1.HeaderClassName
{
color: #B1A322;
}
.AnyTagClassName
{
color: #B1A322;
}
</style>
background-color css
<style>
a { background-color: #B1A322; }
a { background-color: rgb(177,163,34); }
div.DivClassName
{
background-color: #B1A322;
}
.BgClassName
{
background-color: #B1A322;
}
</style>
border-color css
<style>
span { border-color: #B1A322; }
span { border-color: rgb(177,163,34); }
td.TdClassName
{
border-color: #B1A322;
}
.TagClassName
{
border-color: #B1A322;
}
</style>