Shades of Earls Green #BDA830
Tints of Earls Green #BDA830
RGB
CMYK
RGB Variations
Color information
#BDA830 (or 0xBDA830) is known color: Earls Green. HEX triplet: BD, A8 and 30. RGB value is (189,168,48). Sum of RGB (Red+Green+Blue) = 189+168+48=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA830 is #4257CF. Grayscale: #A1A1A1. Windows color (decimal): -4347856 or 3188925. OLE color: 3188925.
HSL color Cylindrical-coordinate representation of color #BDA830: hue angle of 51.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDA830 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 48 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.26 |
| HSL | 51.06º | 0.59% | 0.46% | - |
| HSV(B) | 51.06º | 0.75% | 0.74% | - |
| XYZ | 35.52 | 39.04 | 8.46 | - |
| YUV | 160.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 48 | 0 | 0.11 | 0.75 | 0.26 | 51.06 | 0.59 | 0.46 |
| Hex | BD | A8 | 30 | 0 | B | 4B | 1A | 33 | 3B | 2E |
| Octal | 275 | 250 | 60 | 0 | 13 | 113 | 32 | 63 | 73 | 56 |
| Binary | 10111101 | 10101000 | 110000 | 0 | 1011 | 1001011 | 11010 | 110011 | 111011 | 101110 |
Color Harmonies of #BDA830
Complementary color
Monochromatic Colors of #BDA830
Black with #BDA830
Text Example
Text Example
White with #BDA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA830; }
p { color: rgb(189,168,48); }
H1.HeaderClassName
{
color: #BDA830;
}
.AnyTagClassName
{
color: #BDA830;
}
</style>
background-color css
<style>
a { background-color: #BDA830; }
a { background-color: rgb(189,168,48); }
div.DivClassName
{
background-color: #BDA830;
}
.BgClassName
{
background-color: #BDA830;
}
</style>
border-color css
<style>
span { border-color: #BDA830; }
span { border-color: rgb(189,168,48); }
td.TdClassName
{
border-color: #BDA830;
}
.TagClassName
{
border-color: #BDA830;
}
</style>