Shades of Earls Green #BCAD16
Tints of Earls Green #BCAD16
RGB
CMYK
RGB Variations
Color information
#BCAD16 (or 0xBCAD16) is known color: Earls Green. HEX triplet: BC, AD and 16. RGB value is (188,173,22). Sum of RGB (Red+Green+Blue) = 188+173+22=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD16 is #4352E9. Grayscale: #A0A0A0. Windows color (decimal): -4412138 or 1486268. OLE color: 1486268.
HSL color Cylindrical-coordinate representation of color #BCAD16: hue angle of 54.58º degrees, saturation: 0.79, 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 #BCAD16 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 22 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.26 |
| HSL | 54.58º | 0.79% | 0.41% | - |
| HSV(B) | 54.58º | 0.88% | 0.74% | - |
| XYZ | 35.83 | 40.64 | 6.71 | - |
| YUV | 160.27 | 49.97 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 22 | 0 | 0.08 | 0.88 | 0.26 | 54.58 | 0.79 | 0.41 |
| Hex | BC | AD | 16 | 0 | 8 | 58 | 1A | 37 | 4F | 29 |
| Octal | 274 | 255 | 26 | 0 | 10 | 130 | 32 | 67 | 117 | 51 |
| Binary | 10111100 | 10101101 | 10110 | 0 | 1000 | 1011000 | 11010 | 110111 | 1001111 | 101001 |
Color Harmonies of #BCAD16
Complementary color
Monochromatic Colors of #BCAD16
Black with #BCAD16
Text Example
Text Example
White with #BCAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD16; }
p { color: rgb(188,173,22); }
H1.HeaderClassName
{
color: #BCAD16;
}
.AnyTagClassName
{
color: #BCAD16;
}
</style>
background-color css
<style>
a { background-color: #BCAD16; }
a { background-color: rgb(188,173,22); }
div.DivClassName
{
background-color: #BCAD16;
}
.BgClassName
{
background-color: #BCAD16;
}
</style>
border-color css
<style>
span { border-color: #BCAD16; }
span { border-color: rgb(188,173,22); }
td.TdClassName
{
border-color: #BCAD16;
}
.TagClassName
{
border-color: #BCAD16;
}
</style>