Shades of Earls Green #BCAC10
Tints of Earls Green #BCAC10
RGB
CMYK
RGB Variations
Color information
#BCAC10 (or 0xBCAC10) is known color: Earls Green. HEX triplet: BC, AC and 10. RGB value is (188,172,16). Sum of RGB (Red+Green+Blue) = 188+172+16=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC10 is #4353EF. Grayscale: #9F9F9F. Windows color (decimal): -4412400 or 1092796. OLE color: 1092796.
HSL color Cylindrical-coordinate representation of color #BCAC10: hue angle of 54.42º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCAC10 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 16 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.26 |
| HSL | 54.42º | 0.84% | 0.4% | - |
| HSV(B) | 54.42º | 0.91% | 0.74% | - |
| XYZ | 35.59 | 40.23 | 6.38 | - |
| YUV | 159 | 47.3 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 16 | 0 | 0.09 | 0.91 | 0.26 | 54.42 | 0.84 | 0.4 |
| Hex | BC | AC | 10 | 0 | 9 | 5B | 1A | 36 | 54 | 28 |
| Octal | 274 | 254 | 20 | 0 | 11 | 133 | 32 | 66 | 124 | 50 |
| Binary | 10111100 | 10101100 | 10000 | 0 | 1001 | 1011011 | 11010 | 110110 | 1010100 | 101000 |
Color Harmonies of #BCAC10
Complementary color
Monochromatic Colors of #BCAC10
Black with #BCAC10
Text Example
Text Example
White with #BCAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC10; }
p { color: rgb(188,172,16); }
H1.HeaderClassName
{
color: #BCAC10;
}
.AnyTagClassName
{
color: #BCAC10;
}
</style>
background-color css
<style>
a { background-color: #BCAC10; }
a { background-color: rgb(188,172,16); }
div.DivClassName
{
background-color: #BCAC10;
}
.BgClassName
{
background-color: #BCAC10;
}
</style>
border-color css
<style>
span { border-color: #BCAC10; }
span { border-color: rgb(188,172,16); }
td.TdClassName
{
border-color: #BCAC10;
}
.TagClassName
{
border-color: #BCAC10;
}
</style>