Shades of Earls Green #BDA91C
Tints of Earls Green #BDA91C
RGB
CMYK
RGB Variations
Color information
#BDA91C (or 0xBDA91C) is known color: Earls Green. HEX triplet: BD, A9 and 1C. RGB value is (189,169,28). Sum of RGB (Red+Green+Blue) = 189+169+28=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA91C is #4256E3. Grayscale: #9F9F9F. Windows color (decimal): -4347620 or 1878461. OLE color: 1878461.
HSL color Cylindrical-coordinate representation of color #BDA91C: hue angle of 52.55º degrees, saturation: 0.74, 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 #BDA91C is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 28 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.26 |
| HSL | 52.55º | 0.74% | 0.43% | - |
| HSV(B) | 52.55º | 0.85% | 0.74% | - |
| XYZ | 35.38 | 39.28 | 6.82 | - |
| YUV | 158.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 28 | 0 | 0.11 | 0.85 | 0.26 | 52.55 | 0.74 | 0.43 |
| Hex | BD | A9 | 1C | 0 | B | 55 | 1A | 35 | 4A | 2B |
| Octal | 275 | 251 | 34 | 0 | 13 | 125 | 32 | 65 | 112 | 53 |
| Binary | 10111101 | 10101001 | 11100 | 0 | 1011 | 1010101 | 11010 | 110101 | 1001010 | 101011 |
Color Harmonies of #BDA91C
Complementary color
Monochromatic Colors of #BDA91C
Black with #BDA91C
Text Example
Text Example
White with #BDA91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA91C; }
p { color: rgb(189,169,28); }
H1.HeaderClassName
{
color: #BDA91C;
}
.AnyTagClassName
{
color: #BDA91C;
}
</style>
background-color css
<style>
a { background-color: #BDA91C; }
a { background-color: rgb(189,169,28); }
div.DivClassName
{
background-color: #BDA91C;
}
.BgClassName
{
background-color: #BDA91C;
}
</style>
border-color css
<style>
span { border-color: #BDA91C; }
span { border-color: rgb(189,169,28); }
td.TdClassName
{
border-color: #BDA91C;
}
.TagClassName
{
border-color: #BDA91C;
}
</style>