Shades of Earls Green #BCA431
Tints of Earls Green #BCA431
RGB
CMYK
RGB Variations
Color information
#BCA431 (or 0xBCA431) is known color: Earls Green. HEX triplet: BC, A4 and 31. RGB value is (188,164,49). Sum of RGB (Red+Green+Blue) = 188+164+49=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA431 is #435BCE. Grayscale: #9E9E9E. Windows color (decimal): -4414415 or 3253436. OLE color: 3253436.
HSL color Cylindrical-coordinate representation of color #BCA431: hue angle of 49.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCA431 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 49 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.26 |
| HSL | 49.64º | 0.59% | 0.46% | - |
| HSV(B) | 49.64º | 0.74% | 0.74% | - |
| XYZ | 34.57 | 37.46 | 8.32 | - |
| YUV | 158.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 49 | 0 | 0.13 | 0.74 | 0.26 | 49.64 | 0.59 | 0.46 |
| Hex | BC | A4 | 31 | 0 | D | 4A | 1A | 32 | 3B | 2E |
| Octal | 274 | 244 | 61 | 0 | 15 | 112 | 32 | 62 | 73 | 56 |
| Binary | 10111100 | 10100100 | 110001 | 0 | 1101 | 1001010 | 11010 | 110010 | 111011 | 101110 |
Color Harmonies of #BCA431
Complementary color
Monochromatic Colors of #BCA431
Black with #BCA431
Text Example
Text Example
White with #BCA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA431; }
p { color: rgb(188,164,49); }
H1.HeaderClassName
{
color: #BCA431;
}
.AnyTagClassName
{
color: #BCA431;
}
</style>
background-color css
<style>
a { background-color: #BCA431; }
a { background-color: rgb(188,164,49); }
div.DivClassName
{
background-color: #BCA431;
}
.BgClassName
{
background-color: #BCA431;
}
</style>
border-color css
<style>
span { border-color: #BCA431; }
span { border-color: rgb(188,164,49); }
td.TdClassName
{
border-color: #BCA431;
}
.TagClassName
{
border-color: #BCA431;
}
</style>