Shades of Earls Green #BAAD2D
Tints of Earls Green #BAAD2D
RGB
CMYK
RGB Variations
Color information
#BAAD2D (or 0xBAAD2D) is known color: Earls Green. HEX triplet: BA, AD and 2D. RGB value is (186,173,45). Sum of RGB (Red+Green+Blue) = 186+173+45=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD2D is #4552D2. Grayscale: #A2A2A2. Windows color (decimal): -4543187 or 2993594. OLE color: 2993594.
HSL color Cylindrical-coordinate representation of color #BAAD2D: hue angle of 54.47º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAAD2D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 45 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.27 |
| HSL | 54.47º | 0.61% | 0.45% | - |
| HSV(B) | 54.47º | 0.76% | 0.73% | - |
| XYZ | 35.67 | 40.52 | 8.42 | - |
| YUV | 162.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 45 | 0 | 0.07 | 0.76 | 0.27 | 54.47 | 0.61 | 0.45 |
| Hex | BA | AD | 2D | 0 | 7 | 4C | 1B | 36 | 3D | 2D |
| Octal | 272 | 255 | 55 | 0 | 7 | 114 | 33 | 66 | 75 | 55 |
| Binary | 10111010 | 10101101 | 101101 | 0 | 111 | 1001100 | 11011 | 110110 | 111101 | 101101 |
Color Harmonies of #BAAD2D
Complementary color
Monochromatic Colors of #BAAD2D
Black with #BAAD2D
Text Example
Text Example
White with #BAAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAD2D; }
p { color: rgb(186,173,45); }
H1.HeaderClassName
{
color: #BAAD2D;
}
.AnyTagClassName
{
color: #BAAD2D;
}
</style>
background-color css
<style>
a { background-color: #BAAD2D; }
a { background-color: rgb(186,173,45); }
div.DivClassName
{
background-color: #BAAD2D;
}
.BgClassName
{
background-color: #BAAD2D;
}
</style>
border-color css
<style>
span { border-color: #BAAD2D; }
span { border-color: rgb(186,173,45); }
td.TdClassName
{
border-color: #BAAD2D;
}
.TagClassName
{
border-color: #BAAD2D;
}
</style>