Shades of Earls Green #B5B01C
Tints of Earls Green #B5B01C
RGB
CMYK
RGB Variations
Color information
#B5B01C (or 0xB5B01C) is known color: Earls Green. HEX triplet: B5, B0 and 1C. RGB value is (181,176,28). Sum of RGB (Red+Green+Blue) = 181+176+28=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B01C is #4A4FE3. Grayscale: #A1A1A1. Windows color (decimal): -4870116 or 1880245. OLE color: 1880245.
HSL color Cylindrical-coordinate representation of color #B5B01C: hue angle of 58.04º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5B01C is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 28 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.29 |
| HSL | 58.04º | 0.73% | 0.41% | - |
| HSV(B) | 58.04º | 0.85% | 0.71% | - |
| XYZ | 34.79 | 40.96 | 7.17 | - |
| YUV | 160.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 28 | 0 | 0.03 | 0.85 | 0.29 | 58.04 | 0.73 | 0.41 |
| Hex | B5 | B0 | 1C | 0 | 3 | 55 | 1D | 3A | 49 | 29 |
| Octal | 265 | 260 | 34 | 0 | 3 | 125 | 35 | 72 | 111 | 51 |
| Binary | 10110101 | 10110000 | 11100 | 0 | 11 | 1010101 | 11101 | 111010 | 1001001 | 101001 |
Color Harmonies of #B5B01C
Complementary color
Monochromatic Colors of #B5B01C
Black with #B5B01C
Text Example
Text Example
White with #B5B01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B01C; }
p { color: rgb(181,176,28); }
H1.HeaderClassName
{
color: #B5B01C;
}
.AnyTagClassName
{
color: #B5B01C;
}
</style>
background-color css
<style>
a { background-color: #B5B01C; }
a { background-color: rgb(181,176,28); }
div.DivClassName
{
background-color: #B5B01C;
}
.BgClassName
{
background-color: #B5B01C;
}
</style>
border-color css
<style>
span { border-color: #B5B01C; }
span { border-color: rgb(181,176,28); }
td.TdClassName
{
border-color: #B5B01C;
}
.TagClassName
{
border-color: #B5B01C;
}
</style>