Shades of Earls Green #BCAC1B
Tints of Earls Green #BCAC1B
RGB
CMYK
RGB Variations
Color information
#BCAC1B (or 0xBCAC1B) is known color: Earls Green. HEX triplet: BC, AC and 1B. RGB value is (188,172,27). Sum of RGB (Red+Green+Blue) = 188+172+27=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC1B is #4353E4. Grayscale: #A0A0A0. Windows color (decimal): -4412389 or 1813692. OLE color: 1813692.
HSL color Cylindrical-coordinate representation of color #BCAC1B: hue angle of 54.04º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCAC1B is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 27 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.26 |
| HSL | 54.04º | 0.75% | 0.42% | - |
| HSV(B) | 54.04º | 0.86% | 0.74% | - |
| XYZ | 35.69 | 40.28 | 6.93 | - |
| YUV | 160.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 27 | 0 | 0.09 | 0.86 | 0.26 | 54.04 | 0.75 | 0.42 |
| Hex | BC | AC | 1B | 0 | 9 | 56 | 1A | 36 | 4B | 2A |
| Octal | 274 | 254 | 33 | 0 | 11 | 126 | 32 | 66 | 113 | 52 |
| Binary | 10111100 | 10101100 | 11011 | 0 | 1001 | 1010110 | 11010 | 110110 | 1001011 | 101010 |
Color Harmonies of #BCAC1B
Complementary color
Monochromatic Colors of #BCAC1B
Black with #BCAC1B
Text Example
Text Example
White with #BCAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC1B; }
p { color: rgb(188,172,27); }
H1.HeaderClassName
{
color: #BCAC1B;
}
.AnyTagClassName
{
color: #BCAC1B;
}
</style>
background-color css
<style>
a { background-color: #BCAC1B; }
a { background-color: rgb(188,172,27); }
div.DivClassName
{
background-color: #BCAC1B;
}
.BgClassName
{
background-color: #BCAC1B;
}
</style>
border-color css
<style>
span { border-color: #BCAC1B; }
span { border-color: rgb(188,172,27); }
td.TdClassName
{
border-color: #BCAC1B;
}
.TagClassName
{
border-color: #BCAC1B;
}
</style>