Shades of Earls Green #BCA524
Tints of Earls Green #BCA524
RGB
CMYK
RGB Variations
Color information
#BCA524 (or 0xBCA524) is known color: Earls Green. HEX triplet: BC, A5 and 24. RGB value is (188,165,36). Sum of RGB (Red+Green+Blue) = 188+165+36=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA524 is #435ADB. Grayscale: #9D9D9D. Windows color (decimal): -4414172 or 2401724. OLE color: 2401724.
HSL color Cylindrical-coordinate representation of color #BCA524: hue angle of 50.92º 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 #BCA524 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 36 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.26 |
| HSL | 50.92º | 0.68% | 0.44% | - |
| HSV(B) | 50.92º | 0.81% | 0.74% | - |
| XYZ | 34.51 | 37.73 | 7.13 | - |
| YUV | 157.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 36 | 0 | 0.12 | 0.81 | 0.26 | 50.92 | 0.68 | 0.44 |
| Hex | BC | A5 | 24 | 0 | C | 51 | 1A | 33 | 44 | 2C |
| Octal | 274 | 245 | 44 | 0 | 14 | 121 | 32 | 63 | 104 | 54 |
| Binary | 10111100 | 10100101 | 100100 | 0 | 1100 | 1010001 | 11010 | 110011 | 1000100 | 101100 |
Color Harmonies of #BCA524
Complementary color
Monochromatic Colors of #BCA524
Black with #BCA524
Text Example
Text Example
White with #BCA524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA524; }
p { color: rgb(188,165,36); }
H1.HeaderClassName
{
color: #BCA524;
}
.AnyTagClassName
{
color: #BCA524;
}
</style>
background-color css
<style>
a { background-color: #BCA524; }
a { background-color: rgb(188,165,36); }
div.DivClassName
{
background-color: #BCA524;
}
.BgClassName
{
background-color: #BCA524;
}
</style>
border-color css
<style>
span { border-color: #BCA524; }
span { border-color: rgb(188,165,36); }
td.TdClassName
{
border-color: #BCA524;
}
.TagClassName
{
border-color: #BCA524;
}
</style>