Shades of Earls Green #BCA324
Tints of Earls Green #BCA324
RGB
CMYK
RGB Variations
Color information
#BCA324 (or 0xBCA324) is known color: Earls Green. HEX triplet: BC, A3 and 24. RGB value is (188,163,36). Sum of RGB (Red+Green+Blue) = 188+163+36=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA324 is #435CDB. Grayscale: #9C9C9C. Windows color (decimal): -4414684 or 2401212. OLE color: 2401212.
HSL color Cylindrical-coordinate representation of color #BCA324: hue angle of 50.13º 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 #BCA324 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 36 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.26 |
| HSL | 50.13º | 0.68% | 0.44% | - |
| HSV(B) | 50.13º | 0.81% | 0.74% | - |
| XYZ | 34.15 | 37.01 | 7.01 | - |
| YUV | 156 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 36 | 0 | 0.13 | 0.81 | 0.26 | 50.13 | 0.68 | 0.44 |
| Hex | BC | A3 | 24 | 0 | D | 51 | 1A | 32 | 44 | 2C |
| Octal | 274 | 243 | 44 | 0 | 15 | 121 | 32 | 62 | 104 | 54 |
| Binary | 10111100 | 10100011 | 100100 | 0 | 1101 | 1010001 | 11010 | 110010 | 1000100 | 101100 |
Color Harmonies of #BCA324
Complementary color
Monochromatic Colors of #BCA324
Black with #BCA324
Text Example
Text Example
White with #BCA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA324; }
p { color: rgb(188,163,36); }
H1.HeaderClassName
{
color: #BCA324;
}
.AnyTagClassName
{
color: #BCA324;
}
</style>
background-color css
<style>
a { background-color: #BCA324; }
a { background-color: rgb(188,163,36); }
div.DivClassName
{
background-color: #BCA324;
}
.BgClassName
{
background-color: #BCA324;
}
</style>
border-color css
<style>
span { border-color: #BCA324; }
span { border-color: rgb(188,163,36); }
td.TdClassName
{
border-color: #BCA324;
}
.TagClassName
{
border-color: #BCA324;
}
</style>