Shades of Earls Green #BDA91D
Tints of Earls Green #BDA91D
RGB
CMYK
RGB Variations
Color information
#BDA91D (or 0xBDA91D) is known color: Earls Green. HEX triplet: BD, A9 and 1D. RGB value is (189,169,29). Sum of RGB (Red+Green+Blue) = 189+169+29=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA91D is #4256E2. Grayscale: #9F9F9F. Windows color (decimal): -4347619 or 1943997. OLE color: 1943997.
HSL color Cylindrical-coordinate representation of color #BDA91D: hue angle of 52.5º 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 #BDA91D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 29 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.26 |
| HSL | 52.5º | 0.73% | 0.43% | - |
| HSV(B) | 52.5º | 0.85% | 0.74% | - |
| XYZ | 35.4 | 39.28 | 6.88 | - |
| YUV | 159.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 29 | 0 | 0.11 | 0.85 | 0.26 | 52.5 | 0.73 | 0.43 |
| Hex | BD | A9 | 1D | 0 | B | 55 | 1A | 34 | 49 | 2B |
| Octal | 275 | 251 | 35 | 0 | 13 | 125 | 32 | 64 | 111 | 53 |
| Binary | 10111101 | 10101001 | 11101 | 0 | 1011 | 1010101 | 11010 | 110100 | 1001001 | 101011 |
Color Harmonies of #BDA91D
Complementary color
Monochromatic Colors of #BDA91D
Black with #BDA91D
Text Example
Text Example
White with #BDA91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA91D; }
p { color: rgb(189,169,29); }
H1.HeaderClassName
{
color: #BDA91D;
}
.AnyTagClassName
{
color: #BDA91D;
}
</style>
background-color css
<style>
a { background-color: #BDA91D; }
a { background-color: rgb(189,169,29); }
div.DivClassName
{
background-color: #BDA91D;
}
.BgClassName
{
background-color: #BDA91D;
}
</style>
border-color css
<style>
span { border-color: #BDA91D; }
span { border-color: rgb(189,169,29); }
td.TdClassName
{
border-color: #BDA91D;
}
.TagClassName
{
border-color: #BDA91D;
}
</style>