Shades of Earls Green #BDB51E
Tints of Earls Green #BDB51E
RGB
CMYK
RGB Variations
Color information
#BDB51E (or 0xBDB51E) is known color: Earls Green. HEX triplet: BD, B5 and 1E. RGB value is (189,181,30). Sum of RGB (Red+Green+Blue) = 189+181+30=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB51E is #424AE1. Grayscale: #A6A6A6. Windows color (decimal): -4344546 or 2012605. OLE color: 2012605.
HSL color Cylindrical-coordinate representation of color #BDB51E: hue angle of 56.98º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDB51E is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 30 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.26 |
| HSL | 56.98º | 0.73% | 0.43% | - |
| HSV(B) | 56.98º | 0.84% | 0.74% | - |
| XYZ | 37.74 | 43.96 | 7.72 | - |
| YUV | 166.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 30 | 0 | 0.04 | 0.84 | 0.26 | 56.98 | 0.73 | 0.43 |
| Hex | BD | B5 | 1E | 0 | 4 | 54 | 1A | 39 | 49 | 2B |
| Octal | 275 | 265 | 36 | 0 | 4 | 124 | 32 | 71 | 111 | 53 |
| Binary | 10111101 | 10110101 | 11110 | 0 | 100 | 1010100 | 11010 | 111001 | 1001001 | 101011 |
Color Harmonies of #BDB51E
Complementary color
Monochromatic Colors of #BDB51E
Black with #BDB51E
Text Example
Text Example
White with #BDB51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB51E; }
p { color: rgb(189,181,30); }
H1.HeaderClassName
{
color: #BDB51E;
}
.AnyTagClassName
{
color: #BDB51E;
}
</style>
background-color css
<style>
a { background-color: #BDB51E; }
a { background-color: rgb(189,181,30); }
div.DivClassName
{
background-color: #BDB51E;
}
.BgClassName
{
background-color: #BDB51E;
}
</style>
border-color css
<style>
span { border-color: #BDB51E; }
span { border-color: rgb(189,181,30); }
td.TdClassName
{
border-color: #BDB51E;
}
.TagClassName
{
border-color: #BDB51E;
}
</style>