Shades of Earls Green #BCAC17
Tints of Earls Green #BCAC17
RGB
CMYK
RGB Variations
Color information
#BCAC17 (or 0xBCAC17) is known color: Earls Green. HEX triplet: BC, AC and 17. RGB value is (188,172,23). Sum of RGB (Red+Green+Blue) = 188+172+23=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC17 is #4353E8. Grayscale: #A0A0A0. Windows color (decimal): -4412393 or 1551548. OLE color: 1551548.
HSL color Cylindrical-coordinate representation of color #BCAC17: hue angle of 54.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCAC17 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.26 |
| HSL | 54.18º | 0.78% | 0.41% | - |
| HSV(B) | 54.18º | 0.88% | 0.74% | - |
| XYZ | 35.65 | 40.26 | 6.7 | - |
| YUV | 159.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 23 | 0 | 0.09 | 0.88 | 0.26 | 54.18 | 0.78 | 0.41 |
| Hex | BC | AC | 17 | 0 | 9 | 58 | 1A | 36 | 4E | 29 |
| Octal | 274 | 254 | 27 | 0 | 11 | 130 | 32 | 66 | 116 | 51 |
| Binary | 10111100 | 10101100 | 10111 | 0 | 1001 | 1011000 | 11010 | 110110 | 1001110 | 101001 |
Color Harmonies of #BCAC17
Complementary color
Monochromatic Colors of #BCAC17
Black with #BCAC17
Text Example
Text Example
White with #BCAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC17; }
p { color: rgb(188,172,23); }
H1.HeaderClassName
{
color: #BCAC17;
}
.AnyTagClassName
{
color: #BCAC17;
}
</style>
background-color css
<style>
a { background-color: #BCAC17; }
a { background-color: rgb(188,172,23); }
div.DivClassName
{
background-color: #BCAC17;
}
.BgClassName
{
background-color: #BCAC17;
}
</style>
border-color css
<style>
span { border-color: #BCAC17; }
span { border-color: rgb(188,172,23); }
td.TdClassName
{
border-color: #BCAC17;
}
.TagClassName
{
border-color: #BCAC17;
}
</style>