Shades of Earls Green #BAAD2C
Tints of Earls Green #BAAD2C
RGB
CMYK
RGB Variations
Color information
#BAAD2C (or 0xBAAD2C) is known color: Earls Green. HEX triplet: BA, AD and 2C. RGB value is (186,173,44). Sum of RGB (Red+Green+Blue) = 186+173+44=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD2C is #4552D3. Grayscale: #A2A2A2. Windows color (decimal): -4543188 or 2928058. OLE color: 2928058.
HSL color Cylindrical-coordinate representation of color #BAAD2C: hue angle of 54.51º degrees, saturation: 0.62, 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 #BAAD2C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 44 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.27 |
| HSL | 54.51º | 0.62% | 0.45% | - |
| HSV(B) | 54.51º | 0.76% | 0.73% | - |
| XYZ | 35.65 | 40.51 | 8.32 | - |
| YUV | 162.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 44 | 0 | 0.07 | 0.76 | 0.27 | 54.51 | 0.62 | 0.45 |
| Hex | BA | AD | 2C | 0 | 7 | 4C | 1B | 37 | 3E | 2D |
| Octal | 272 | 255 | 54 | 0 | 7 | 114 | 33 | 67 | 76 | 55 |
| Binary | 10111010 | 10101101 | 101100 | 0 | 111 | 1001100 | 11011 | 110111 | 111110 | 101101 |
Color Harmonies of #BAAD2C
Complementary color
Monochromatic Colors of #BAAD2C
Black with #BAAD2C
Text Example
Text Example
White with #BAAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAD2C; }
p { color: rgb(186,173,44); }
H1.HeaderClassName
{
color: #BAAD2C;
}
.AnyTagClassName
{
color: #BAAD2C;
}
</style>
background-color css
<style>
a { background-color: #BAAD2C; }
a { background-color: rgb(186,173,44); }
div.DivClassName
{
background-color: #BAAD2C;
}
.BgClassName
{
background-color: #BAAD2C;
}
</style>
border-color css
<style>
span { border-color: #BAAD2C; }
span { border-color: rgb(186,173,44); }
td.TdClassName
{
border-color: #BAAD2C;
}
.TagClassName
{
border-color: #BAAD2C;
}
</style>