Shades of Earls Green #BDA51D
Tints of Earls Green #BDA51D
RGB
CMYK
RGB Variations
Color information
#BDA51D (or 0xBDA51D) is known color: Earls Green. HEX triplet: BD, A5 and 1D. RGB value is (189,165,29). Sum of RGB (Red+Green+Blue) = 189+165+29=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA51D is #425AE2. Grayscale: #9D9D9D. Windows color (decimal): -4348643 or 1942973. OLE color: 1942973.
HSL color Cylindrical-coordinate representation of color #BDA51D: hue angle of 51º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDA51D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 29 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.26 |
| HSL | 51º | 0.73% | 0.43% | - |
| HSV(B) | 51º | 0.85% | 0.74% | - |
| XYZ | 34.66 | 37.82 | 6.64 | - |
| YUV | 156.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 29 | 0 | 0.13 | 0.85 | 0.26 | 51 | 0.73 | 0.43 |
| Hex | BD | A5 | 1D | 0 | D | 55 | 1A | 33 | 49 | 2B |
| Octal | 275 | 245 | 35 | 0 | 15 | 125 | 32 | 63 | 111 | 53 |
| Binary | 10111101 | 10100101 | 11101 | 0 | 1101 | 1010101 | 11010 | 110011 | 1001001 | 101011 |
Color Harmonies of #BDA51D
Complementary color
Monochromatic Colors of #BDA51D
Black with #BDA51D
Text Example
Text Example
White with #BDA51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA51D; }
p { color: rgb(189,165,29); }
H1.HeaderClassName
{
color: #BDA51D;
}
.AnyTagClassName
{
color: #BDA51D;
}
</style>
background-color css
<style>
a { background-color: #BDA51D; }
a { background-color: rgb(189,165,29); }
div.DivClassName
{
background-color: #BDA51D;
}
.BgClassName
{
background-color: #BDA51D;
}
</style>
border-color css
<style>
span { border-color: #BDA51D; }
span { border-color: rgb(189,165,29); }
td.TdClassName
{
border-color: #BDA51D;
}
.TagClassName
{
border-color: #BDA51D;
}
</style>