Shades of Earls Green #B1B132
Tints of Earls Green #B1B132
RGB
CMYK
RGB Variations
Color information
#B1B132 (or 0xB1B132) is known color: Earls Green. HEX triplet: B1, B1 and 32. RGB value is (177,177,50). Sum of RGB (Red+Green+Blue) = 177+177+50=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B132 is #4E4ECD. Grayscale: #A3A3A3. Windows color (decimal): -5131982 or 3322289. OLE color: 3322289.
HSL color Cylindrical-coordinate representation of color #B1B132: hue angle of 60º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1B132 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 50 | - |
| CMYK | 0 | 0 | 0.72 | 0.31 |
| HSL | 60º | 0.56% | 0.45% | - |
| HSV(B) | 60º | 0.72% | 0.69% | - |
| XYZ | 34.43 | 41.02 | 9.12 | - |
| YUV | 162.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 50 | 0 | 0 | 0.72 | 0.31 | 60 | 0.56 | 0.45 |
| Hex | B1 | B1 | 32 | 0 | 0 | 48 | 1F | 3C | 38 | 2D |
| Octal | 261 | 261 | 62 | 0 | 0 | 110 | 37 | 74 | 70 | 55 |
| Binary | 10110001 | 10110001 | 110010 | 0 | 0 | 1001000 | 11111 | 111100 | 111000 | 101101 |
Color Harmonies of #B1B132
Complementary color
Monochromatic Colors of #B1B132
Black with #B1B132
Text Example
Text Example
White with #B1B132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B132; }
p { color: rgb(177,177,50); }
H1.HeaderClassName
{
color: #B1B132;
}
.AnyTagClassName
{
color: #B1B132;
}
</style>
background-color css
<style>
a { background-color: #B1B132; }
a { background-color: rgb(177,177,50); }
div.DivClassName
{
background-color: #B1B132;
}
.BgClassName
{
background-color: #B1B132;
}
</style>
border-color css
<style>
span { border-color: #B1B132; }
span { border-color: rgb(177,177,50); }
td.TdClassName
{
border-color: #B1B132;
}
.TagClassName
{
border-color: #B1B132;
}
</style>