Shades of Earls Green #B5AD1D
Tints of Earls Green #B5AD1D
RGB
CMYK
RGB Variations
Color information
#B5AD1D (or 0xB5AD1D) is known color: Earls Green. HEX triplet: B5, AD and 1D. RGB value is (181,173,29). Sum of RGB (Red+Green+Blue) = 181+173+29=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD1D is #4A52E2. Grayscale: #9F9F9F. Windows color (decimal): -4870883 or 1945013. OLE color: 1945013.
HSL color Cylindrical-coordinate representation of color #B5AD1D: hue angle of 56.84º 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 #B5AD1D is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 29 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.29 |
| HSL | 56.84º | 0.72% | 0.41% | - |
| HSV(B) | 56.84º | 0.84% | 0.71% | - |
| XYZ | 34.22 | 39.8 | 7.04 | - |
| YUV | 158.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 29 | 0 | 0.04 | 0.84 | 0.29 | 56.84 | 0.72 | 0.41 |
| Hex | B5 | AD | 1D | 0 | 4 | 54 | 1D | 39 | 48 | 29 |
| Octal | 265 | 255 | 35 | 0 | 4 | 124 | 35 | 71 | 110 | 51 |
| Binary | 10110101 | 10101101 | 11101 | 0 | 100 | 1010100 | 11101 | 111001 | 1001000 | 101001 |
Color Harmonies of #B5AD1D
Complementary color
Monochromatic Colors of #B5AD1D
Black with #B5AD1D
Text Example
Text Example
White with #B5AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD1D; }
p { color: rgb(181,173,29); }
H1.HeaderClassName
{
color: #B5AD1D;
}
.AnyTagClassName
{
color: #B5AD1D;
}
</style>
background-color css
<style>
a { background-color: #B5AD1D; }
a { background-color: rgb(181,173,29); }
div.DivClassName
{
background-color: #B5AD1D;
}
.BgClassName
{
background-color: #B5AD1D;
}
</style>
border-color css
<style>
span { border-color: #B5AD1D; }
span { border-color: rgb(181,173,29); }
td.TdClassName
{
border-color: #B5AD1D;
}
.TagClassName
{
border-color: #B5AD1D;
}
</style>