Shades of Earls Green #BDB524
Tints of Earls Green #BDB524
RGB
CMYK
RGB Variations
Color information
#BDB524 (or 0xBDB524) is known color: Earls Green. HEX triplet: BD, B5 and 24. RGB value is (189,181,36). Sum of RGB (Red+Green+Blue) = 189+181+36=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB524 is #424ADB. Grayscale: #A7A7A7. Windows color (decimal): -4344540 or 2405821. OLE color: 2405821.
HSL color Cylindrical-coordinate representation of color #BDB524: hue angle of 56.86º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDB524 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 36 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.26 |
| HSL | 56.86º | 0.68% | 0.44% | - |
| HSV(B) | 56.86º | 0.81% | 0.74% | - |
| XYZ | 37.83 | 43.99 | 8.17 | - |
| YUV | 166.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 36 | 0 | 0.04 | 0.81 | 0.26 | 56.86 | 0.68 | 0.44 |
| Hex | BD | B5 | 24 | 0 | 4 | 51 | 1A | 39 | 44 | 2C |
| Octal | 275 | 265 | 44 | 0 | 4 | 121 | 32 | 71 | 104 | 54 |
| Binary | 10111101 | 10110101 | 100100 | 0 | 100 | 1010001 | 11010 | 111001 | 1000100 | 101100 |
Color Harmonies of #BDB524
Complementary color
Monochromatic Colors of #BDB524
Black with #BDB524
Text Example
Text Example
White with #BDB524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB524; }
p { color: rgb(189,181,36); }
H1.HeaderClassName
{
color: #BDB524;
}
.AnyTagClassName
{
color: #BDB524;
}
</style>
background-color css
<style>
a { background-color: #BDB524; }
a { background-color: rgb(189,181,36); }
div.DivClassName
{
background-color: #BDB524;
}
.BgClassName
{
background-color: #BDB524;
}
</style>
border-color css
<style>
span { border-color: #BDB524; }
span { border-color: rgb(189,181,36); }
td.TdClassName
{
border-color: #BDB524;
}
.TagClassName
{
border-color: #BDB524;
}
</style>