Shades of Earls Green #B1A920
Tints of Earls Green #B1A920
RGB
CMYK
RGB Variations
Color information
#B1A920 (or 0xB1A920) is known color: Earls Green. HEX triplet: B1, A9 and 20. RGB value is (177,169,32). Sum of RGB (Red+Green+Blue) = 177+169+32=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A920 is #4E56DF. Grayscale: #9C9C9C. Windows color (decimal): -5134048 or 2140593. OLE color: 2140593.
HSL color Cylindrical-coordinate representation of color #B1A920: hue angle of 56.69º 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 #B1A920 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 32 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.31 |
| HSL | 56.69º | 0.69% | 0.41% | - |
| HSV(B) | 56.69º | 0.82% | 0.69% | - |
| XYZ | 32.58 | 37.83 | 6.95 | - |
| YUV | 155.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 32 | 0 | 0.05 | 0.82 | 0.31 | 56.69 | 0.69 | 0.41 |
| Hex | B1 | A9 | 20 | 0 | 5 | 52 | 1F | 39 | 45 | 29 |
| Octal | 261 | 251 | 40 | 0 | 5 | 122 | 37 | 71 | 105 | 51 |
| Binary | 10110001 | 10101001 | 100000 | 0 | 101 | 1010010 | 11111 | 111001 | 1000101 | 101001 |
Color Harmonies of #B1A920
Complementary color
Monochromatic Colors of #B1A920
Black with #B1A920
Text Example
Text Example
White with #B1A920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A920; }
p { color: rgb(177,169,32); }
H1.HeaderClassName
{
color: #B1A920;
}
.AnyTagClassName
{
color: #B1A920;
}
</style>
background-color css
<style>
a { background-color: #B1A920; }
a { background-color: rgb(177,169,32); }
div.DivClassName
{
background-color: #B1A920;
}
.BgClassName
{
background-color: #B1A920;
}
</style>
border-color css
<style>
span { border-color: #B1A920; }
span { border-color: rgb(177,169,32); }
td.TdClassName
{
border-color: #B1A920;
}
.TagClassName
{
border-color: #B1A920;
}
</style>