Shades of Earls Green #B5B122
Tints of Earls Green #B5B122
RGB
CMYK
RGB Variations
Color information
#B5B122 (or 0xB5B122) is known color: Earls Green. HEX triplet: B5, B1 and 22. RGB value is (181,177,34). Sum of RGB (Red+Green+Blue) = 181+177+34=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B122 is #4A4EDD. Grayscale: #A2A2A2. Windows color (decimal): -4869854 or 2273717. OLE color: 2273717.
HSL color Cylindrical-coordinate representation of color #B5B122: hue angle of 58.37º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5B122 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 34 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.29 |
| HSL | 58.37º | 0.68% | 0.42% | - |
| HSV(B) | 58.37º | 0.81% | 0.71% | - |
| XYZ | 35.07 | 41.38 | 7.65 | - |
| YUV | 161.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 34 | 0 | 0.02 | 0.81 | 0.29 | 58.37 | 0.68 | 0.42 |
| Hex | B5 | B1 | 22 | 0 | 2 | 51 | 1D | 3A | 44 | 2A |
| Octal | 265 | 261 | 42 | 0 | 2 | 121 | 35 | 72 | 104 | 52 |
| Binary | 10110101 | 10110001 | 100010 | 0 | 10 | 1010001 | 11101 | 111010 | 1000100 | 101010 |
Color Harmonies of #B5B122
Complementary color
Monochromatic Colors of #B5B122
Black with #B5B122
Text Example
Text Example
White with #B5B122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B122; }
p { color: rgb(181,177,34); }
H1.HeaderClassName
{
color: #B5B122;
}
.AnyTagClassName
{
color: #B5B122;
}
</style>
background-color css
<style>
a { background-color: #B5B122; }
a { background-color: rgb(181,177,34); }
div.DivClassName
{
background-color: #B5B122;
}
.BgClassName
{
background-color: #B5B122;
}
</style>
border-color css
<style>
span { border-color: #B5B122; }
span { border-color: rgb(181,177,34); }
td.TdClassName
{
border-color: #B5B122;
}
.TagClassName
{
border-color: #B5B122;
}
</style>