Shades of Earls Green #BCA42D
Tints of Earls Green #BCA42D
RGB
CMYK
RGB Variations
Color information
#BCA42D (or 0xBCA42D) is known color: Earls Green. HEX triplet: BC, A4 and 2D. RGB value is (188,164,45). Sum of RGB (Red+Green+Blue) = 188+164+45=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA42D is #435BD2. Grayscale: #9E9E9E. Windows color (decimal): -4414419 or 2991292. OLE color: 2991292.
HSL color Cylindrical-coordinate representation of color #BCA42D: hue angle of 49.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCA42D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 45 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.26 |
| HSL | 49.93º | 0.61% | 0.46% | - |
| HSV(B) | 49.93º | 0.76% | 0.74% | - |
| XYZ | 34.49 | 37.43 | 7.89 | - |
| YUV | 157.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 45 | 0 | 0.13 | 0.76 | 0.26 | 49.93 | 0.61 | 0.46 |
| Hex | BC | A4 | 2D | 0 | D | 4C | 1A | 32 | 3D | 2E |
| Octal | 274 | 244 | 55 | 0 | 15 | 114 | 32 | 62 | 75 | 56 |
| Binary | 10111100 | 10100100 | 101101 | 0 | 1101 | 1001100 | 11010 | 110010 | 111101 | 101110 |
Color Harmonies of #BCA42D
Complementary color
Monochromatic Colors of #BCA42D
Black with #BCA42D
Text Example
Text Example
White with #BCA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA42D; }
p { color: rgb(188,164,45); }
H1.HeaderClassName
{
color: #BCA42D;
}
.AnyTagClassName
{
color: #BCA42D;
}
</style>
background-color css
<style>
a { background-color: #BCA42D; }
a { background-color: rgb(188,164,45); }
div.DivClassName
{
background-color: #BCA42D;
}
.BgClassName
{
background-color: #BCA42D;
}
</style>
border-color css
<style>
span { border-color: #BCA42D; }
span { border-color: rgb(188,164,45); }
td.TdClassName
{
border-color: #BCA42D;
}
.TagClassName
{
border-color: #BCA42D;
}
</style>