Shades of Earls Green #B5B131
Tints of Earls Green #B5B131
RGB
CMYK
RGB Variations
Color information
#B5B131 (or 0xB5B131) is known color: Earls Green. HEX triplet: B5, B1 and 31. RGB value is (181,177,49). Sum of RGB (Red+Green+Blue) = 181+177+49=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B131 is #4A4ECE. Grayscale: #A4A4A4. Windows color (decimal): -4869839 or 3256757. OLE color: 3256757.
HSL color Cylindrical-coordinate representation of color #B5B131: hue angle of 58.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5B131 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 49 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.29 |
| HSL | 58.18º | 0.57% | 0.45% | - |
| HSV(B) | 58.18º | 0.73% | 0.71% | - |
| XYZ | 35.33 | 41.49 | 9.05 | - |
| YUV | 163.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 49 | 0 | 0.02 | 0.73 | 0.29 | 58.18 | 0.57 | 0.45 |
| Hex | B5 | B1 | 31 | 0 | 2 | 49 | 1D | 3A | 39 | 2D |
| Octal | 265 | 261 | 61 | 0 | 2 | 111 | 35 | 72 | 71 | 55 |
| Binary | 10110101 | 10110001 | 110001 | 0 | 10 | 1001001 | 11101 | 111010 | 111001 | 101101 |
Color Harmonies of #B5B131
Complementary color
Monochromatic Colors of #B5B131
Black with #B5B131
Text Example
Text Example
White with #B5B131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B131; }
p { color: rgb(181,177,49); }
H1.HeaderClassName
{
color: #B5B131;
}
.AnyTagClassName
{
color: #B5B131;
}
</style>
background-color css
<style>
a { background-color: #B5B131; }
a { background-color: rgb(181,177,49); }
div.DivClassName
{
background-color: #B5B131;
}
.BgClassName
{
background-color: #B5B131;
}
</style>
border-color css
<style>
span { border-color: #B5B131; }
span { border-color: rgb(181,177,49); }
td.TdClassName
{
border-color: #B5B131;
}
.TagClassName
{
border-color: #B5B131;
}
</style>