Shades of Earls Green #BAAC1C
Tints of Earls Green #BAAC1C
RGB
CMYK
RGB Variations
Color information
#BAAC1C (or 0xBAAC1C) is known color: Earls Green. HEX triplet: BA, AC and 1C. RGB value is (186,172,28). Sum of RGB (Red+Green+Blue) = 186+172+28=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC1C is #4553E3. Grayscale: #A0A0A0. Windows color (decimal): -4543460 or 1879226. OLE color: 1879226.
HSL color Cylindrical-coordinate representation of color #BAAC1C: hue angle of 54.68º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAAC1C is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 28 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.27 |
| HSL | 54.68º | 0.74% | 0.42% | - |
| HSV(B) | 54.68º | 0.85% | 0.73% | - |
| XYZ | 35.21 | 40.03 | 6.97 | - |
| YUV | 159.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 28 | 0 | 0.08 | 0.85 | 0.27 | 54.68 | 0.74 | 0.42 |
| Hex | BA | AC | 1C | 0 | 8 | 55 | 1B | 37 | 4A | 2A |
| Octal | 272 | 254 | 34 | 0 | 10 | 125 | 33 | 67 | 112 | 52 |
| Binary | 10111010 | 10101100 | 11100 | 0 | 1000 | 1010101 | 11011 | 110111 | 1001010 | 101010 |
Color Harmonies of #BAAC1C
Complementary color
Monochromatic Colors of #BAAC1C
Black with #BAAC1C
Text Example
Text Example
White with #BAAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC1C; }
p { color: rgb(186,172,28); }
H1.HeaderClassName
{
color: #BAAC1C;
}
.AnyTagClassName
{
color: #BAAC1C;
}
</style>
background-color css
<style>
a { background-color: #BAAC1C; }
a { background-color: rgb(186,172,28); }
div.DivClassName
{
background-color: #BAAC1C;
}
.BgClassName
{
background-color: #BAAC1C;
}
</style>
border-color css
<style>
span { border-color: #BAAC1C; }
span { border-color: rgb(186,172,28); }
td.TdClassName
{
border-color: #BAAC1C;
}
.TagClassName
{
border-color: #BAAC1C;
}
</style>