Shades of Earls Green #B1B020
Tints of Earls Green #B1B020
RGB
CMYK
RGB Variations
Color information
#B1B020 (or 0xB1B020) is known color: Earls Green. HEX triplet: B1, B0 and 20. RGB value is (177,176,32). Sum of RGB (Red+Green+Blue) = 177+176+32=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B020 is #4E4FDF. Grayscale: #A0A0A0. Windows color (decimal): -5132256 or 2142385. OLE color: 2142385.
HSL color Cylindrical-coordinate representation of color #B1B020: hue angle of 59.59º 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 #B1B020 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 32 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.31 |
| HSL | 59.59º | 0.69% | 0.41% | - |
| HSV(B) | 59.59º | 0.82% | 0.69% | - |
| XYZ | 33.92 | 40.5 | 7.4 | - |
| YUV | 159.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 32 | 0 | 0.01 | 0.82 | 0.31 | 59.59 | 0.69 | 0.41 |
| Hex | B1 | B0 | 20 | 0 | 1 | 52 | 1F | 3C | 45 | 29 |
| Octal | 261 | 260 | 40 | 0 | 1 | 122 | 37 | 74 | 105 | 51 |
| Binary | 10110001 | 10110000 | 100000 | 0 | 1 | 1010010 | 11111 | 111100 | 1000101 | 101001 |
Color Harmonies of #B1B020
Complementary color
Monochromatic Colors of #B1B020
Black with #B1B020
Text Example
Text Example
White with #B1B020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B020; }
p { color: rgb(177,176,32); }
H1.HeaderClassName
{
color: #B1B020;
}
.AnyTagClassName
{
color: #B1B020;
}
</style>
background-color css
<style>
a { background-color: #B1B020; }
a { background-color: rgb(177,176,32); }
div.DivClassName
{
background-color: #B1B020;
}
.BgClassName
{
background-color: #B1B020;
}
</style>
border-color css
<style>
span { border-color: #B1B020; }
span { border-color: rgb(177,176,32); }
td.TdClassName
{
border-color: #B1B020;
}
.TagClassName
{
border-color: #B1B020;
}
</style>