Shades of Earls Green #BDA918
Tints of Earls Green #BDA918
RGB
CMYK
RGB Variations
Color information
#BDA918 (or 0xBDA918) is known color: Earls Green. HEX triplet: BD, A9 and 18. RGB value is (189,169,24). Sum of RGB (Red+Green+Blue) = 189+169+24=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA918 is #4256E7. Grayscale: #9F9F9F. Windows color (decimal): -4347624 or 1616317. OLE color: 1616317.
HSL color Cylindrical-coordinate representation of color #BDA918: hue angle of 52.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDA918 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 24 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.26 |
| HSL | 52.73º | 0.77% | 0.42% | - |
| HSV(B) | 52.73º | 0.87% | 0.74% | - |
| XYZ | 35.34 | 39.26 | 6.58 | - |
| YUV | 158.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 24 | 0 | 0.11 | 0.87 | 0.26 | 52.73 | 0.77 | 0.42 |
| Hex | BD | A9 | 18 | 0 | B | 57 | 1A | 35 | 4D | 2A |
| Octal | 275 | 251 | 30 | 0 | 13 | 127 | 32 | 65 | 115 | 52 |
| Binary | 10111101 | 10101001 | 11000 | 0 | 1011 | 1010111 | 11010 | 110101 | 1001101 | 101010 |
Color Harmonies of #BDA918
Complementary color
Monochromatic Colors of #BDA918
Black with #BDA918
Text Example
Text Example
White with #BDA918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA918; }
p { color: rgb(189,169,24); }
H1.HeaderClassName
{
color: #BDA918;
}
.AnyTagClassName
{
color: #BDA918;
}
</style>
background-color css
<style>
a { background-color: #BDA918; }
a { background-color: rgb(189,169,24); }
div.DivClassName
{
background-color: #BDA918;
}
.BgClassName
{
background-color: #BDA918;
}
</style>
border-color css
<style>
span { border-color: #BDA918; }
span { border-color: rgb(189,169,24); }
td.TdClassName
{
border-color: #BDA918;
}
.TagClassName
{
border-color: #BDA918;
}
</style>