Shades of Earls Green #B1A320
Tints of Earls Green #B1A320
RGB
CMYK
RGB Variations
Color information
#B1A320 (or 0xB1A320) is known color: Earls Green. HEX triplet: B1, A3 and 20. RGB value is (177,163,32). Sum of RGB (Red+Green+Blue) = 177+163+32=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A320 is #4E5CDF. Grayscale: #989898. Windows color (decimal): -5135584 or 2139057. OLE color: 2139057.
HSL color Cylindrical-coordinate representation of color #B1A320: hue angle of 54.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1A320 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 32 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.31 |
| HSL | 54.21º | 0.69% | 0.41% | - |
| HSV(B) | 54.21º | 0.82% | 0.69% | - |
| XYZ | 31.49 | 35.65 | 6.59 | - |
| YUV | 152.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 32 | 0 | 0.08 | 0.82 | 0.31 | 54.21 | 0.69 | 0.41 |
| Hex | B1 | A3 | 20 | 0 | 8 | 52 | 1F | 36 | 45 | 29 |
| Octal | 261 | 243 | 40 | 0 | 10 | 122 | 37 | 66 | 105 | 51 |
| Binary | 10110001 | 10100011 | 100000 | 0 | 1000 | 1010010 | 11111 | 110110 | 1000101 | 101001 |
Color Harmonies of #B1A320
Complementary color
Monochromatic Colors of #B1A320
Black with #B1A320
Text Example
Text Example
White with #B1A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A320; }
p { color: rgb(177,163,32); }
H1.HeaderClassName
{
color: #B1A320;
}
.AnyTagClassName
{
color: #B1A320;
}
</style>
background-color css
<style>
a { background-color: #B1A320; }
a { background-color: rgb(177,163,32); }
div.DivClassName
{
background-color: #B1A320;
}
.BgClassName
{
background-color: #B1A320;
}
</style>
border-color css
<style>
span { border-color: #B1A320; }
span { border-color: rgb(177,163,32); }
td.TdClassName
{
border-color: #B1A320;
}
.TagClassName
{
border-color: #B1A320;
}
</style>