Shades of Earls Green #B5AD2C
Tints of Earls Green #B5AD2C
RGB
CMYK
RGB Variations
Color information
#B5AD2C (or 0xB5AD2C) is known color: Earls Green. HEX triplet: B5, AD and 2C. RGB value is (181,173,44). Sum of RGB (Red+Green+Blue) = 181+173+44=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD2C is #4A52D3. Grayscale: #A1A1A1. Windows color (decimal): -4870868 or 2928053. OLE color: 2928053.
HSL color Cylindrical-coordinate representation of color #B5AD2C: hue angle of 56.5º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5AD2C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 44 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.29 |
| HSL | 56.5º | 0.61% | 0.44% | - |
| HSV(B) | 56.5º | 0.76% | 0.71% | - |
| XYZ | 34.45 | 39.89 | 8.27 | - |
| YUV | 160.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 44 | 0 | 0.04 | 0.76 | 0.29 | 56.5 | 0.61 | 0.44 |
| Hex | B5 | AD | 2C | 0 | 4 | 4C | 1D | 38 | 3D | 2C |
| Octal | 265 | 255 | 54 | 0 | 4 | 114 | 35 | 70 | 75 | 54 |
| Binary | 10110101 | 10101101 | 101100 | 0 | 100 | 1001100 | 11101 | 111000 | 111101 | 101100 |
Color Harmonies of #B5AD2C
Complementary color
Monochromatic Colors of #B5AD2C
Black with #B5AD2C
Text Example
Text Example
White with #B5AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD2C; }
p { color: rgb(181,173,44); }
H1.HeaderClassName
{
color: #B5AD2C;
}
.AnyTagClassName
{
color: #B5AD2C;
}
</style>
background-color css
<style>
a { background-color: #B5AD2C; }
a { background-color: rgb(181,173,44); }
div.DivClassName
{
background-color: #B5AD2C;
}
.BgClassName
{
background-color: #B5AD2C;
}
</style>
border-color css
<style>
span { border-color: #B5AD2C; }
span { border-color: rgb(181,173,44); }
td.TdClassName
{
border-color: #B5AD2C;
}
.TagClassName
{
border-color: #B5AD2C;
}
</style>