Shades of Earls Green #BCA924
Tints of Earls Green #BCA924
RGB
CMYK
RGB Variations
Color information
#BCA924 (or 0xBCA924) is known color: Earls Green. HEX triplet: BC, A9 and 24. RGB value is (188,169,36). Sum of RGB (Red+Green+Blue) = 188+169+36=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA924 is #4356DB. Grayscale: #A0A0A0. Windows color (decimal): -4413148 or 2402748. OLE color: 2402748.
HSL color Cylindrical-coordinate representation of color #BCA924: hue angle of 52.5º 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 #BCA924 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 36 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.26 |
| HSL | 52.5º | 0.68% | 0.44% | - |
| HSV(B) | 52.5º | 0.81% | 0.74% | - |
| XYZ | 35.25 | 39.19 | 7.38 | - |
| YUV | 159.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 36 | 0 | 0.10 | 0.81 | 0.26 | 52.5 | 0.68 | 0.44 |
| Hex | BC | A9 | 24 | 0 | A | 51 | 1A | 34 | 44 | 2C |
| Octal | 274 | 251 | 44 | 0 | 12 | 121 | 32 | 64 | 104 | 54 |
| Binary | 10111100 | 10101001 | 100100 | 0 | 1010 | 1010001 | 11010 | 110100 | 1000100 | 101100 |
Color Harmonies of #BCA924
Complementary color
Monochromatic Colors of #BCA924
Black with #BCA924
Text Example
Text Example
White with #BCA924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA924; }
p { color: rgb(188,169,36); }
H1.HeaderClassName
{
color: #BCA924;
}
.AnyTagClassName
{
color: #BCA924;
}
</style>
background-color css
<style>
a { background-color: #BCA924; }
a { background-color: rgb(188,169,36); }
div.DivClassName
{
background-color: #BCA924;
}
.BgClassName
{
background-color: #BCA924;
}
</style>
border-color css
<style>
span { border-color: #BCA924; }
span { border-color: rgb(188,169,36); }
td.TdClassName
{
border-color: #BCA924;
}
.TagClassName
{
border-color: #BCA924;
}
</style>