Shades of Earls Green #BDA82B
Tints of Earls Green #BDA82B
RGB
CMYK
RGB Variations
Color information
#BDA82B (or 0xBDA82B) is known color: Earls Green. HEX triplet: BD, A8 and 2B. RGB value is (189,168,43). Sum of RGB (Red+Green+Blue) = 189+168+43=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA82B is #4257D4. Grayscale: #A0A0A0. Windows color (decimal): -4347861 or 2861245. OLE color: 2861245.
HSL color Cylindrical-coordinate representation of color #BDA82B: hue angle of 51.37º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDA82B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 43 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.26 |
| HSL | 51.37º | 0.63% | 0.45% | - |
| HSV(B) | 51.37º | 0.77% | 0.74% | - |
| XYZ | 35.42 | 39 | 7.95 | - |
| YUV | 160.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 43 | 0 | 0.11 | 0.77 | 0.26 | 51.37 | 0.63 | 0.45 |
| Hex | BD | A8 | 2B | 0 | B | 4D | 1A | 33 | 3F | 2D |
| Octal | 275 | 250 | 53 | 0 | 13 | 115 | 32 | 63 | 77 | 55 |
| Binary | 10111101 | 10101000 | 101011 | 0 | 1011 | 1001101 | 11010 | 110011 | 111111 | 101101 |
Color Harmonies of #BDA82B
Complementary color
Monochromatic Colors of #BDA82B
Black with #BDA82B
Text Example
Text Example
White with #BDA82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA82B; }
p { color: rgb(189,168,43); }
H1.HeaderClassName
{
color: #BDA82B;
}
.AnyTagClassName
{
color: #BDA82B;
}
</style>
background-color css
<style>
a { background-color: #BDA82B; }
a { background-color: rgb(189,168,43); }
div.DivClassName
{
background-color: #BDA82B;
}
.BgClassName
{
background-color: #BDA82B;
}
</style>
border-color css
<style>
span { border-color: #BDA82B; }
span { border-color: rgb(189,168,43); }
td.TdClassName
{
border-color: #BDA82B;
}
.TagClassName
{
border-color: #BDA82B;
}
</style>