Shades of Earls Green #BCAC19
Tints of Earls Green #BCAC19
RGB
CMYK
RGB Variations
Color information
#BCAC19 (or 0xBCAC19) is known color: Earls Green. HEX triplet: BC, AC and 19. RGB value is (188,172,25). Sum of RGB (Red+Green+Blue) = 188+172+25=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC19 is #4353E6. Grayscale: #A0A0A0. Windows color (decimal): -4412391 or 1682620. OLE color: 1682620.
HSL color Cylindrical-coordinate representation of color #BCAC19: hue angle of 54.11º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCAC19 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 25 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.26 |
| HSL | 54.11º | 0.77% | 0.42% | - |
| HSV(B) | 54.11º | 0.87% | 0.74% | - |
| XYZ | 35.67 | 40.27 | 6.81 | - |
| YUV | 160.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 25 | 0 | 0.09 | 0.87 | 0.26 | 54.11 | 0.77 | 0.42 |
| Hex | BC | AC | 19 | 0 | 9 | 57 | 1A | 36 | 4D | 2A |
| Octal | 274 | 254 | 31 | 0 | 11 | 127 | 32 | 66 | 115 | 52 |
| Binary | 10111100 | 10101100 | 11001 | 0 | 1001 | 1010111 | 11010 | 110110 | 1001101 | 101010 |
Color Harmonies of #BCAC19
Complementary color
Monochromatic Colors of #BCAC19
Black with #BCAC19
Text Example
Text Example
White with #BCAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC19; }
p { color: rgb(188,172,25); }
H1.HeaderClassName
{
color: #BCAC19;
}
.AnyTagClassName
{
color: #BCAC19;
}
</style>
background-color css
<style>
a { background-color: #BCAC19; }
a { background-color: rgb(188,172,25); }
div.DivClassName
{
background-color: #BCAC19;
}
.BgClassName
{
background-color: #BCAC19;
}
</style>
border-color css
<style>
span { border-color: #BCAC19; }
span { border-color: rgb(188,172,25); }
td.TdClassName
{
border-color: #BCAC19;
}
.TagClassName
{
border-color: #BCAC19;
}
</style>