Shades of Earls Green #BDA91B
Tints of Earls Green #BDA91B
RGB
CMYK
RGB Variations
Color information
#BDA91B (or 0xBDA91B) is known color: Earls Green. HEX triplet: BD, A9 and 1B. RGB value is (189,169,27). Sum of RGB (Red+Green+Blue) = 189+169+27=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA91B is #4256E4. Grayscale: #9F9F9F. Windows color (decimal): -4347621 or 1812925. OLE color: 1812925.
HSL color Cylindrical-coordinate representation of color #BDA91B: hue angle of 52.59º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDA91B is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 27 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.26 |
| HSL | 52.59º | 0.75% | 0.42% | - |
| HSV(B) | 52.59º | 0.86% | 0.74% | - |
| XYZ | 35.37 | 39.27 | 6.75 | - |
| YUV | 158.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 27 | 0 | 0.11 | 0.86 | 0.26 | 52.59 | 0.75 | 0.42 |
| Hex | BD | A9 | 1B | 0 | B | 56 | 1A | 35 | 4B | 2A |
| Octal | 275 | 251 | 33 | 0 | 13 | 126 | 32 | 65 | 113 | 52 |
| Binary | 10111101 | 10101001 | 11011 | 0 | 1011 | 1010110 | 11010 | 110101 | 1001011 | 101010 |
Color Harmonies of #BDA91B
Complementary color
Monochromatic Colors of #BDA91B
Black with #BDA91B
Text Example
Text Example
White with #BDA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA91B; }
p { color: rgb(189,169,27); }
H1.HeaderClassName
{
color: #BDA91B;
}
.AnyTagClassName
{
color: #BDA91B;
}
</style>
background-color css
<style>
a { background-color: #BDA91B; }
a { background-color: rgb(189,169,27); }
div.DivClassName
{
background-color: #BDA91B;
}
.BgClassName
{
background-color: #BDA91B;
}
</style>
border-color css
<style>
span { border-color: #BDA91B; }
span { border-color: rgb(189,169,27); }
td.TdClassName
{
border-color: #BDA91B;
}
.TagClassName
{
border-color: #BDA91B;
}
</style>