Shades of Earls Green #BCAC21
Tints of Earls Green #BCAC21
RGB
CMYK
RGB Variations
Color information
#BCAC21 (or 0xBCAC21) is known color: Earls Green. HEX triplet: BC, AC and 21. RGB value is (188,172,33). Sum of RGB (Red+Green+Blue) = 188+172+33=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC21 is #4353DE. Grayscale: #A1A1A1. Windows color (decimal): -4412383 or 2206908. OLE color: 2206908.
HSL color Cylindrical-coordinate representation of color #BCAC21: hue angle of 53.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCAC21 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 33 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.26 |
| HSL | 53.81º | 0.7% | 0.43% | - |
| HSV(B) | 53.81º | 0.82% | 0.74% | - |
| XYZ | 35.77 | 40.31 | 7.33 | - |
| YUV | 160.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 33 | 0 | 0.09 | 0.82 | 0.26 | 53.81 | 0.7 | 0.43 |
| Hex | BC | AC | 21 | 0 | 9 | 52 | 1A | 36 | 46 | 2B |
| Octal | 274 | 254 | 41 | 0 | 11 | 122 | 32 | 66 | 106 | 53 |
| Binary | 10111100 | 10101100 | 100001 | 0 | 1001 | 1010010 | 11010 | 110110 | 1000110 | 101011 |
Color Harmonies of #BCAC21
Complementary color
Monochromatic Colors of #BCAC21
Black with #BCAC21
Text Example
Text Example
White with #BCAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC21; }
p { color: rgb(188,172,33); }
H1.HeaderClassName
{
color: #BCAC21;
}
.AnyTagClassName
{
color: #BCAC21;
}
</style>
background-color css
<style>
a { background-color: #BCAC21; }
a { background-color: rgb(188,172,33); }
div.DivClassName
{
background-color: #BCAC21;
}
.BgClassName
{
background-color: #BCAC21;
}
</style>
border-color css
<style>
span { border-color: #BCAC21; }
span { border-color: rgb(188,172,33); }
td.TdClassName
{
border-color: #BCAC21;
}
.TagClassName
{
border-color: #BCAC21;
}
</style>