Shades of Earls Green #BCAC1C
Tints of Earls Green #BCAC1C
RGB
CMYK
RGB Variations
Color information
#BCAC1C (or 0xBCAC1C) is known color: Earls Green. HEX triplet: BC, AC and 1C. RGB value is (188,172,28). Sum of RGB (Red+Green+Blue) = 188+172+28=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC1C is #4353E3. Grayscale: #A0A0A0. Windows color (decimal): -4412388 or 1879228. OLE color: 1879228.
HSL color Cylindrical-coordinate representation of color #BCAC1C: hue angle of 54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCAC1C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 28 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.26 |
| HSL | 54º | 0.74% | 0.42% | - |
| HSV(B) | 54º | 0.85% | 0.74% | - |
| XYZ | 35.7 | 40.28 | 6.99 | - |
| YUV | 160.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 28 | 0 | 0.09 | 0.85 | 0.26 | 54 | 0.74 | 0.42 |
| Hex | BC | AC | 1C | 0 | 9 | 55 | 1A | 36 | 4A | 2A |
| Octal | 274 | 254 | 34 | 0 | 11 | 125 | 32 | 66 | 112 | 52 |
| Binary | 10111100 | 10101100 | 11100 | 0 | 1001 | 1010101 | 11010 | 110110 | 1001010 | 101010 |
Color Harmonies of #BCAC1C
Complementary color
Monochromatic Colors of #BCAC1C
Black with #BCAC1C
Text Example
Text Example
White with #BCAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC1C; }
p { color: rgb(188,172,28); }
H1.HeaderClassName
{
color: #BCAC1C;
}
.AnyTagClassName
{
color: #BCAC1C;
}
</style>
background-color css
<style>
a { background-color: #BCAC1C; }
a { background-color: rgb(188,172,28); }
div.DivClassName
{
background-color: #BCAC1C;
}
.BgClassName
{
background-color: #BCAC1C;
}
</style>
border-color css
<style>
span { border-color: #BCAC1C; }
span { border-color: rgb(188,172,28); }
td.TdClassName
{
border-color: #BCAC1C;
}
.TagClassName
{
border-color: #BCAC1C;
}
</style>