Shades of Earls Green #B5B11D
Tints of Earls Green #B5B11D
RGB
CMYK
RGB Variations
Color information
#B5B11D (or 0xB5B11D) is known color: Earls Green. HEX triplet: B5, B1 and 1D. RGB value is (181,177,29). Sum of RGB (Red+Green+Blue) = 181+177+29=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B11D is #4A4EE2. Grayscale: #A1A1A1. Windows color (decimal): -4869859 or 1946037. OLE color: 1946037.
HSL color Cylindrical-coordinate representation of color #B5B11D: hue angle of 58.42º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5B11D is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 29 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.29 |
| HSL | 58.42º | 0.72% | 0.41% | - |
| HSV(B) | 58.42º | 0.84% | 0.71% | - |
| XYZ | 35 | 41.36 | 7.3 | - |
| YUV | 161.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 29 | 0 | 0.02 | 0.84 | 0.29 | 58.42 | 0.72 | 0.41 |
| Hex | B5 | B1 | 1D | 0 | 2 | 54 | 1D | 3A | 48 | 29 |
| Octal | 265 | 261 | 35 | 0 | 2 | 124 | 35 | 72 | 110 | 51 |
| Binary | 10110101 | 10110001 | 11101 | 0 | 10 | 1010100 | 11101 | 111010 | 1001000 | 101001 |
Color Harmonies of #B5B11D
Complementary color
Monochromatic Colors of #B5B11D
Black with #B5B11D
Text Example
Text Example
White with #B5B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B11D; }
p { color: rgb(181,177,29); }
H1.HeaderClassName
{
color: #B5B11D;
}
.AnyTagClassName
{
color: #B5B11D;
}
</style>
background-color css
<style>
a { background-color: #B5B11D; }
a { background-color: rgb(181,177,29); }
div.DivClassName
{
background-color: #B5B11D;
}
.BgClassName
{
background-color: #B5B11D;
}
</style>
border-color css
<style>
span { border-color: #B5B11D; }
span { border-color: rgb(181,177,29); }
td.TdClassName
{
border-color: #B5B11D;
}
.TagClassName
{
border-color: #B5B11D;
}
</style>