Shades of Earls Green #BCA329
Tints of Earls Green #BCA329
RGB
CMYK
RGB Variations
Color information
#BCA329 (or 0xBCA329) is known color: Earls Green. HEX triplet: BC, A3 and 29. RGB value is (188,163,41). Sum of RGB (Red+Green+Blue) = 188+163+41=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA329 is #435CD6. Grayscale: #9D9D9D. Windows color (decimal): -4414679 or 2728892. OLE color: 2728892.
HSL color Cylindrical-coordinate representation of color #BCA329: hue angle of 49.8º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCA329 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 41 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.26 |
| HSL | 49.8º | 0.64% | 0.45% | - |
| HSV(B) | 49.8º | 0.78% | 0.74% | - |
| XYZ | 34.24 | 37.05 | 7.44 | - |
| YUV | 156.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 41 | 0 | 0.13 | 0.78 | 0.26 | 49.8 | 0.64 | 0.45 |
| Hex | BC | A3 | 29 | 0 | D | 4E | 1A | 32 | 40 | 2D |
| Octal | 274 | 243 | 51 | 0 | 15 | 116 | 32 | 62 | 100 | 55 |
| Binary | 10111100 | 10100011 | 101001 | 0 | 1101 | 1001110 | 11010 | 110010 | 1000000 | 101101 |
Color Harmonies of #BCA329
Complementary color
Monochromatic Colors of #BCA329
Black with #BCA329
Text Example
Text Example
White with #BCA329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA329; }
p { color: rgb(188,163,41); }
H1.HeaderClassName
{
color: #BCA329;
}
.AnyTagClassName
{
color: #BCA329;
}
</style>
background-color css
<style>
a { background-color: #BCA329; }
a { background-color: rgb(188,163,41); }
div.DivClassName
{
background-color: #BCA329;
}
.BgClassName
{
background-color: #BCA329;
}
</style>
border-color css
<style>
span { border-color: #BCA329; }
span { border-color: rgb(188,163,41); }
td.TdClassName
{
border-color: #BCA329;
}
.TagClassName
{
border-color: #BCA329;
}
</style>