Shades of Earls Green #BDA92A
Tints of Earls Green #BDA92A
RGB
CMYK
RGB Variations
Color information
#BDA92A (or 0xBDA92A) is known color: Earls Green. HEX triplet: BD, A9 and 2A. RGB value is (189,169,42). Sum of RGB (Red+Green+Blue) = 189+169+42=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA92A is #4256D5. Grayscale: #A1A1A1. Windows color (decimal): -4347606 or 2795965. OLE color: 2795965.
HSL color Cylindrical-coordinate representation of color #BDA92A: hue angle of 51.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDA92A is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 42 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.26 |
| HSL | 51.84º | 0.64% | 0.45% | - |
| HSV(B) | 51.84º | 0.78% | 0.74% | - |
| XYZ | 35.59 | 39.36 | 7.91 | - |
| YUV | 160.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 42 | 0 | 0.11 | 0.78 | 0.26 | 51.84 | 0.64 | 0.45 |
| Hex | BD | A9 | 2A | 0 | B | 4E | 1A | 34 | 40 | 2D |
| Octal | 275 | 251 | 52 | 0 | 13 | 116 | 32 | 64 | 100 | 55 |
| Binary | 10111101 | 10101001 | 101010 | 0 | 1011 | 1001110 | 11010 | 110100 | 1000000 | 101101 |
Color Harmonies of #BDA92A
Complementary color
Monochromatic Colors of #BDA92A
Black with #BDA92A
Text Example
Text Example
White with #BDA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA92A; }
p { color: rgb(189,169,42); }
H1.HeaderClassName
{
color: #BDA92A;
}
.AnyTagClassName
{
color: #BDA92A;
}
</style>
background-color css
<style>
a { background-color: #BDA92A; }
a { background-color: rgb(189,169,42); }
div.DivClassName
{
background-color: #BDA92A;
}
.BgClassName
{
background-color: #BDA92A;
}
</style>
border-color css
<style>
span { border-color: #BDA92A; }
span { border-color: rgb(189,169,42); }
td.TdClassName
{
border-color: #BDA92A;
}
.TagClassName
{
border-color: #BDA92A;
}
</style>