Shades of Earls Green #B5B222
Tints of Earls Green #B5B222
RGB
CMYK
RGB Variations
Color information
#B5B222 (or 0xB5B222) is known color: Earls Green. HEX triplet: B5, B2 and 22. RGB value is (181,178,34). Sum of RGB (Red+Green+Blue) = 181+178+34=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B222 is #4A4DDD. Grayscale: #A3A3A3. Windows color (decimal): -4869598 or 2273973. OLE color: 2273973.
HSL color Cylindrical-coordinate representation of color #B5B222: hue angle of 58.78º 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 #B5B222 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 34 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.29 |
| HSL | 58.78º | 0.68% | 0.42% | - |
| HSV(B) | 58.78º | 0.81% | 0.71% | - |
| XYZ | 35.27 | 41.78 | 7.72 | - |
| YUV | 162.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 34 | 0 | 0.02 | 0.81 | 0.29 | 58.78 | 0.68 | 0.42 |
| Hex | B5 | B2 | 22 | 0 | 2 | 51 | 1D | 3B | 44 | 2A |
| Octal | 265 | 262 | 42 | 0 | 2 | 121 | 35 | 73 | 104 | 52 |
| Binary | 10110101 | 10110010 | 100010 | 0 | 10 | 1010001 | 11101 | 111011 | 1000100 | 101010 |
Color Harmonies of #B5B222
Complementary color
Monochromatic Colors of #B5B222
Black with #B5B222
Text Example
Text Example
White with #B5B222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B222; }
p { color: rgb(181,178,34); }
H1.HeaderClassName
{
color: #B5B222;
}
.AnyTagClassName
{
color: #B5B222;
}
</style>
background-color css
<style>
a { background-color: #B5B222; }
a { background-color: rgb(181,178,34); }
div.DivClassName
{
background-color: #B5B222;
}
.BgClassName
{
background-color: #B5B222;
}
</style>
border-color css
<style>
span { border-color: #B5B222; }
span { border-color: rgb(181,178,34); }
td.TdClassName
{
border-color: #B5B222;
}
.TagClassName
{
border-color: #B5B222;
}
</style>