Shades of Earls Green #B1B022
Tints of Earls Green #B1B022
RGB
CMYK
RGB Variations
Color information
#B1B022 (or 0xB1B022) is known color: Earls Green. HEX triplet: B1, B0 and 22. RGB value is (177,176,34). Sum of RGB (Red+Green+Blue) = 177+176+34=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B022 is #4E4FDD. Grayscale: #A0A0A0. Windows color (decimal): -5132254 or 2273457. OLE color: 2273457.
HSL color Cylindrical-coordinate representation of color #B1B022: hue angle of 59.58º 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 #B1B022 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 34 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.31 |
| HSL | 59.58º | 0.68% | 0.41% | - |
| HSV(B) | 59.58º | 0.81% | 0.69% | - |
| XYZ | 33.95 | 40.51 | 7.54 | - |
| YUV | 160.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 34 | 0 | 0.01 | 0.81 | 0.31 | 59.58 | 0.68 | 0.41 |
| Hex | B1 | B0 | 22 | 0 | 1 | 51 | 1F | 3C | 44 | 29 |
| Octal | 261 | 260 | 42 | 0 | 1 | 121 | 37 | 74 | 104 | 51 |
| Binary | 10110001 | 10110000 | 100010 | 0 | 1 | 1010001 | 11111 | 111100 | 1000100 | 101001 |
Color Harmonies of #B1B022
Complementary color
Monochromatic Colors of #B1B022
Black with #B1B022
Text Example
Text Example
White with #B1B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B022; }
p { color: rgb(177,176,34); }
H1.HeaderClassName
{
color: #B1B022;
}
.AnyTagClassName
{
color: #B1B022;
}
</style>
background-color css
<style>
a { background-color: #B1B022; }
a { background-color: rgb(177,176,34); }
div.DivClassName
{
background-color: #B1B022;
}
.BgClassName
{
background-color: #B1B022;
}
</style>
border-color css
<style>
span { border-color: #B1B022; }
span { border-color: rgb(177,176,34); }
td.TdClassName
{
border-color: #B1B022;
}
.TagClassName
{
border-color: #B1B022;
}
</style>