Shades of Earls Green #B1B126
Tints of Earls Green #B1B126
RGB
CMYK
RGB Variations
Color information
#B1B126 (or 0xB1B126) is known color: Earls Green. HEX triplet: B1, B1 and 26. RGB value is (177,177,38). Sum of RGB (Red+Green+Blue) = 177+177+38=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B126 is #4E4ED9. Grayscale: #A1A1A1. Windows color (decimal): -5131994 or 2535857. OLE color: 2535857.
HSL color Cylindrical-coordinate representation of color #B1B126: hue angle of 60º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1B126 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 38 | - |
| CMYK | 0 | 0 | 0.79 | 0.31 |
| HSL | 60º | 0.65% | 0.42% | - |
| HSV(B) | 60º | 0.79% | 0.69% | - |
| XYZ | 34.2 | 40.93 | 7.93 | - |
| YUV | 161.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 38 | 0 | 0 | 0.79 | 0.31 | 60 | 0.65 | 0.42 |
| Hex | B1 | B1 | 26 | 0 | 0 | 4F | 1F | 3C | 41 | 2A |
| Octal | 261 | 261 | 46 | 0 | 0 | 117 | 37 | 74 | 101 | 52 |
| Binary | 10110001 | 10110001 | 100110 | 0 | 0 | 1001111 | 11111 | 111100 | 1000001 | 101010 |
Color Harmonies of #B1B126
Complementary color
Monochromatic Colors of #B1B126
Black with #B1B126
Text Example
Text Example
White with #B1B126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B126; }
p { color: rgb(177,177,38); }
H1.HeaderClassName
{
color: #B1B126;
}
.AnyTagClassName
{
color: #B1B126;
}
</style>
background-color css
<style>
a { background-color: #B1B126; }
a { background-color: rgb(177,177,38); }
div.DivClassName
{
background-color: #B1B126;
}
.BgClassName
{
background-color: #B1B126;
}
</style>
border-color css
<style>
span { border-color: #B1B126; }
span { border-color: rgb(177,177,38); }
td.TdClassName
{
border-color: #B1B126;
}
.TagClassName
{
border-color: #B1B126;
}
</style>