Shades of Earls Green #BDB51F
Tints of Earls Green #BDB51F
RGB
CMYK
RGB Variations
Color information
#BDB51F (or 0xBDB51F) is known color: Earls Green. HEX triplet: BD, B5 and 1F. RGB value is (189,181,31). Sum of RGB (Red+Green+Blue) = 189+181+31=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB51F is #424AE0. Grayscale: #A6A6A6. Windows color (decimal): -4344545 or 2078141. OLE color: 2078141.
HSL color Cylindrical-coordinate representation of color #BDB51F: hue angle of 56.96º degrees, saturation: 0.72, 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 #BDB51F is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 31 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.26 |
| HSL | 56.96º | 0.72% | 0.43% | - |
| HSV(B) | 56.96º | 0.84% | 0.74% | - |
| XYZ | 37.76 | 43.97 | 7.79 | - |
| YUV | 166.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 31 | 0 | 0.04 | 0.84 | 0.26 | 56.96 | 0.72 | 0.43 |
| Hex | BD | B5 | 1F | 0 | 4 | 54 | 1A | 39 | 48 | 2B |
| Octal | 275 | 265 | 37 | 0 | 4 | 124 | 32 | 71 | 110 | 53 |
| Binary | 10111101 | 10110101 | 11111 | 0 | 100 | 1010100 | 11010 | 111001 | 1001000 | 101011 |
Color Harmonies of #BDB51F
Complementary color
Monochromatic Colors of #BDB51F
Black with #BDB51F
Text Example
Text Example
White with #BDB51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB51F; }
p { color: rgb(189,181,31); }
H1.HeaderClassName
{
color: #BDB51F;
}
.AnyTagClassName
{
color: #BDB51F;
}
</style>
background-color css
<style>
a { background-color: #BDB51F; }
a { background-color: rgb(189,181,31); }
div.DivClassName
{
background-color: #BDB51F;
}
.BgClassName
{
background-color: #BDB51F;
}
</style>
border-color css
<style>
span { border-color: #BDB51F; }
span { border-color: rgb(189,181,31); }
td.TdClassName
{
border-color: #BDB51F;
}
.TagClassName
{
border-color: #BDB51F;
}
</style>