Shades of Earls Green #BCAC1D
Tints of Earls Green #BCAC1D
RGB
CMYK
RGB Variations
Color information
#BCAC1D (or 0xBCAC1D) is known color: Earls Green. HEX triplet: BC, AC and 1D. RGB value is (188,172,29). Sum of RGB (Red+Green+Blue) = 188+172+29=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC1D is #4353E2. Grayscale: #A1A1A1. Windows color (decimal): -4412387 or 1944764. OLE color: 1944764.
HSL color Cylindrical-coordinate representation of color #BCAC1D: hue angle of 53.96º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCAC1D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 29 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.26 |
| HSL | 53.96º | 0.73% | 0.43% | - |
| HSV(B) | 53.96º | 0.85% | 0.74% | - |
| XYZ | 35.71 | 40.29 | 7.06 | - |
| YUV | 160.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 29 | 0 | 0.09 | 0.85 | 0.26 | 53.96 | 0.73 | 0.43 |
| Hex | BC | AC | 1D | 0 | 9 | 55 | 1A | 36 | 49 | 2B |
| Octal | 274 | 254 | 35 | 0 | 11 | 125 | 32 | 66 | 111 | 53 |
| Binary | 10111100 | 10101100 | 11101 | 0 | 1001 | 1010101 | 11010 | 110110 | 1001001 | 101011 |
Color Harmonies of #BCAC1D
Complementary color
Monochromatic Colors of #BCAC1D
Black with #BCAC1D
Text Example
Text Example
White with #BCAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC1D; }
p { color: rgb(188,172,29); }
H1.HeaderClassName
{
color: #BCAC1D;
}
.AnyTagClassName
{
color: #BCAC1D;
}
</style>
background-color css
<style>
a { background-color: #BCAC1D; }
a { background-color: rgb(188,172,29); }
div.DivClassName
{
background-color: #BCAC1D;
}
.BgClassName
{
background-color: #BCAC1D;
}
</style>
border-color css
<style>
span { border-color: #BCAC1D; }
span { border-color: rgb(188,172,29); }
td.TdClassName
{
border-color: #BCAC1D;
}
.TagClassName
{
border-color: #BCAC1D;
}
</style>