Shades of Earls Green #BDB61F
Tints of Earls Green #BDB61F
RGB
CMYK
RGB Variations
Color information
#BDB61F (or 0xBDB61F) is known color: Earls Green. HEX triplet: BD, B6 and 1F. RGB value is (189,182,31). Sum of RGB (Red+Green+Blue) = 189+182+31=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB61F is #4249E0. Grayscale: #A7A7A7. Windows color (decimal): -4344289 or 2078397. OLE color: 2078397.
HSL color Cylindrical-coordinate representation of color #BDB61F: hue angle of 57.34º 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 #BDB61F is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 31 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.26 |
| HSL | 57.34º | 0.72% | 0.43% | - |
| HSV(B) | 57.34º | 0.84% | 0.74% | - |
| XYZ | 37.96 | 44.37 | 7.86 | - |
| YUV | 166.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 31 | 0 | 0.04 | 0.84 | 0.26 | 57.34 | 0.72 | 0.43 |
| Hex | BD | B6 | 1F | 0 | 4 | 54 | 1A | 39 | 48 | 2B |
| Octal | 275 | 266 | 37 | 0 | 4 | 124 | 32 | 71 | 110 | 53 |
| Binary | 10111101 | 10110110 | 11111 | 0 | 100 | 1010100 | 11010 | 111001 | 1001000 | 101011 |
Color Harmonies of #BDB61F
Complementary color
Monochromatic Colors of #BDB61F
Black with #BDB61F
Text Example
Text Example
White with #BDB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB61F; }
p { color: rgb(189,182,31); }
H1.HeaderClassName
{
color: #BDB61F;
}
.AnyTagClassName
{
color: #BDB61F;
}
</style>
background-color css
<style>
a { background-color: #BDB61F; }
a { background-color: rgb(189,182,31); }
div.DivClassName
{
background-color: #BDB61F;
}
.BgClassName
{
background-color: #BDB61F;
}
</style>
border-color css
<style>
span { border-color: #BDB61F; }
span { border-color: rgb(189,182,31); }
td.TdClassName
{
border-color: #BDB61F;
}
.TagClassName
{
border-color: #BDB61F;
}
</style>