Shades of Earls Green #BDAD2D
Tints of Earls Green #BDAD2D
RGB
CMYK
RGB Variations
Color information
#BDAD2D (or 0xBDAD2D) is known color: Earls Green. HEX triplet: BD, AD and 2D. RGB value is (189,173,45). Sum of RGB (Red+Green+Blue) = 189+173+45=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD2D is #4252D2. Grayscale: #A3A3A3. Windows color (decimal): -4346579 or 2993597. OLE color: 2993597.
HSL color Cylindrical-coordinate representation of color #BDAD2D: hue angle of 53.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDAD2D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 45 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.26 |
| HSL | 53.33º | 0.62% | 0.46% | - |
| HSV(B) | 53.33º | 0.76% | 0.74% | - |
| XYZ | 36.4 | 40.9 | 8.46 | - |
| YUV | 163.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 45 | 0 | 0.08 | 0.76 | 0.26 | 53.33 | 0.62 | 0.46 |
| Hex | BD | AD | 2D | 0 | 8 | 4C | 1A | 35 | 3E | 2E |
| Octal | 275 | 255 | 55 | 0 | 10 | 114 | 32 | 65 | 76 | 56 |
| Binary | 10111101 | 10101101 | 101101 | 0 | 1000 | 1001100 | 11010 | 110101 | 111110 | 101110 |
Color Harmonies of #BDAD2D
Complementary color
Monochromatic Colors of #BDAD2D
Black with #BDAD2D
Text Example
Text Example
White with #BDAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAD2D; }
p { color: rgb(189,173,45); }
H1.HeaderClassName
{
color: #BDAD2D;
}
.AnyTagClassName
{
color: #BDAD2D;
}
</style>
background-color css
<style>
a { background-color: #BDAD2D; }
a { background-color: rgb(189,173,45); }
div.DivClassName
{
background-color: #BDAD2D;
}
.BgClassName
{
background-color: #BDAD2D;
}
</style>
border-color css
<style>
span { border-color: #BDAD2D; }
span { border-color: rgb(189,173,45); }
td.TdClassName
{
border-color: #BDAD2D;
}
.TagClassName
{
border-color: #BDAD2D;
}
</style>