Shades of Earls Green #BDA51F
Tints of Earls Green #BDA51F
RGB
CMYK
RGB Variations
Color information
#BDA51F (or 0xBDA51F) is known color: Earls Green. HEX triplet: BD, A5 and 1F. RGB value is (189,165,31). Sum of RGB (Red+Green+Blue) = 189+165+31=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA51F is #425AE0. Grayscale: #9D9D9D. Windows color (decimal): -4348641 or 2074045. OLE color: 2074045.
HSL color Cylindrical-coordinate representation of color #BDA51F: hue angle of 50.89º 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 #BDA51F is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 31 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.26 |
| HSL | 50.89º | 0.72% | 0.43% | - |
| HSV(B) | 50.89º | 0.84% | 0.74% | - |
| XYZ | 34.69 | 37.83 | 6.77 | - |
| YUV | 156.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 31 | 0 | 0.13 | 0.84 | 0.26 | 50.89 | 0.72 | 0.43 |
| Hex | BD | A5 | 1F | 0 | D | 54 | 1A | 33 | 48 | 2B |
| Octal | 275 | 245 | 37 | 0 | 15 | 124 | 32 | 63 | 110 | 53 |
| Binary | 10111101 | 10100101 | 11111 | 0 | 1101 | 1010100 | 11010 | 110011 | 1001000 | 101011 |
Color Harmonies of #BDA51F
Complementary color
Monochromatic Colors of #BDA51F
Black with #BDA51F
Text Example
Text Example
White with #BDA51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA51F; }
p { color: rgb(189,165,31); }
H1.HeaderClassName
{
color: #BDA51F;
}
.AnyTagClassName
{
color: #BDA51F;
}
</style>
background-color css
<style>
a { background-color: #BDA51F; }
a { background-color: rgb(189,165,31); }
div.DivClassName
{
background-color: #BDA51F;
}
.BgClassName
{
background-color: #BDA51F;
}
</style>
border-color css
<style>
span { border-color: #BDA51F; }
span { border-color: rgb(189,165,31); }
td.TdClassName
{
border-color: #BDA51F;
}
.TagClassName
{
border-color: #BDA51F;
}
</style>