Shades of Earls Green #BDA730
Tints of Earls Green #BDA730
RGB
CMYK
RGB Variations
Color information
#BDA730 (or 0xBDA730) is known color: Earls Green. HEX triplet: BD, A7 and 30. RGB value is (189,167,48). Sum of RGB (Red+Green+Blue) = 189+167+48=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA730 is #4258CF. Grayscale: #A0A0A0. Windows color (decimal): -4348112 or 3188669. OLE color: 3188669.
HSL color Cylindrical-coordinate representation of color #BDA730: hue angle of 50.64º 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 #BDA730 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 48 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.26 |
| HSL | 50.64º | 0.59% | 0.46% | - |
| HSV(B) | 50.64º | 0.75% | 0.74% | - |
| XYZ | 35.34 | 38.67 | 8.4 | - |
| YUV | 160.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 48 | 0 | 0.12 | 0.75 | 0.26 | 50.64 | 0.59 | 0.46 |
| Hex | BD | A7 | 30 | 0 | C | 4B | 1A | 33 | 3B | 2E |
| Octal | 275 | 247 | 60 | 0 | 14 | 113 | 32 | 63 | 73 | 56 |
| Binary | 10111101 | 10100111 | 110000 | 0 | 1100 | 1001011 | 11010 | 110011 | 111011 | 101110 |
Color Harmonies of #BDA730
Complementary color
Monochromatic Colors of #BDA730
Black with #BDA730
Text Example
Text Example
White with #BDA730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA730; }
p { color: rgb(189,167,48); }
H1.HeaderClassName
{
color: #BDA730;
}
.AnyTagClassName
{
color: #BDA730;
}
</style>
background-color css
<style>
a { background-color: #BDA730; }
a { background-color: rgb(189,167,48); }
div.DivClassName
{
background-color: #BDA730;
}
.BgClassName
{
background-color: #BDA730;
}
</style>
border-color css
<style>
span { border-color: #BDA730; }
span { border-color: rgb(189,167,48); }
td.TdClassName
{
border-color: #BDA730;
}
.TagClassName
{
border-color: #BDA730;
}
</style>