Shades of Earls Green #BCAD20
Tints of Earls Green #BCAD20
RGB
CMYK
RGB Variations
Color information
#BCAD20 (or 0xBCAD20) is known color: Earls Green. HEX triplet: BC, AD and 20. RGB value is (188,173,32). Sum of RGB (Red+Green+Blue) = 188+173+32=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD20 is #4352DF. Grayscale: #A1A1A1. Windows color (decimal): -4412128 or 2141628. OLE color: 2141628.
HSL color Cylindrical-coordinate representation of color #BCAD20: hue angle of 54.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCAD20 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 32 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.26 |
| HSL | 54.23º | 0.71% | 0.43% | - |
| HSV(B) | 54.23º | 0.83% | 0.74% | - |
| XYZ | 35.94 | 40.68 | 7.32 | - |
| YUV | 161.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 32 | 0 | 0.08 | 0.83 | 0.26 | 54.23 | 0.71 | 0.43 |
| Hex | BC | AD | 20 | 0 | 8 | 53 | 1A | 36 | 47 | 2B |
| Octal | 274 | 255 | 40 | 0 | 10 | 123 | 32 | 66 | 107 | 53 |
| Binary | 10111100 | 10101101 | 100000 | 0 | 1000 | 1010011 | 11010 | 110110 | 1000111 | 101011 |
Color Harmonies of #BCAD20
Complementary color
Monochromatic Colors of #BCAD20
Black with #BCAD20
Text Example
Text Example
White with #BCAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD20; }
p { color: rgb(188,173,32); }
H1.HeaderClassName
{
color: #BCAD20;
}
.AnyTagClassName
{
color: #BCAD20;
}
</style>
background-color css
<style>
a { background-color: #BCAD20; }
a { background-color: rgb(188,173,32); }
div.DivClassName
{
background-color: #BCAD20;
}
.BgClassName
{
background-color: #BCAD20;
}
</style>
border-color css
<style>
span { border-color: #BCAD20; }
span { border-color: rgb(188,173,32); }
td.TdClassName
{
border-color: #BCAD20;
}
.TagClassName
{
border-color: #BCAD20;
}
</style>