Shades of Earls Green #BCA224
Tints of Earls Green #BCA224
RGB
CMYK
RGB Variations
Color information
#BCA224 (or 0xBCA224) is known color: Earls Green. HEX triplet: BC, A2 and 24. RGB value is (188,162,36). Sum of RGB (Red+Green+Blue) = 188+162+36=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA224 is #435DDB. Grayscale: #9B9B9B. Windows color (decimal): -4414940 or 2400956. OLE color: 2400956.
HSL color Cylindrical-coordinate representation of color #BCA224: hue angle of 49.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCA224 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 36 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.26 |
| HSL | 49.74º | 0.68% | 0.44% | - |
| HSV(B) | 49.74º | 0.81% | 0.74% | - |
| XYZ | 33.98 | 36.66 | 6.95 | - |
| YUV | 155.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 36 | 0 | 0.14 | 0.81 | 0.26 | 49.74 | 0.68 | 0.44 |
| Hex | BC | A2 | 24 | 0 | E | 51 | 1A | 32 | 44 | 2C |
| Octal | 274 | 242 | 44 | 0 | 16 | 121 | 32 | 62 | 104 | 54 |
| Binary | 10111100 | 10100010 | 100100 | 0 | 1110 | 1010001 | 11010 | 110010 | 1000100 | 101100 |
Color Harmonies of #BCA224
Complementary color
Monochromatic Colors of #BCA224
Black with #BCA224
Text Example
Text Example
White with #BCA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA224; }
p { color: rgb(188,162,36); }
H1.HeaderClassName
{
color: #BCA224;
}
.AnyTagClassName
{
color: #BCA224;
}
</style>
background-color css
<style>
a { background-color: #BCA224; }
a { background-color: rgb(188,162,36); }
div.DivClassName
{
background-color: #BCA224;
}
.BgClassName
{
background-color: #BCA224;
}
</style>
border-color css
<style>
span { border-color: #BCA224; }
span { border-color: rgb(188,162,36); }
td.TdClassName
{
border-color: #BCA224;
}
.TagClassName
{
border-color: #BCA224;
}
</style>