Shades of Earls Green #BCA821
Tints of Earls Green #BCA821
RGB
CMYK
RGB Variations
Color information
#BCA821 (or 0xBCA821) is known color: Earls Green. HEX triplet: BC, A8 and 21. RGB value is (188,168,33). Sum of RGB (Red+Green+Blue) = 188+168+33=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA821 is #4357DE. Grayscale: #9F9F9F. Windows color (decimal): -4413407 or 2205884. OLE color: 2205884.
HSL color Cylindrical-coordinate representation of color #BCA821: hue angle of 52.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCA821 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 33 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.26 |
| HSL | 52.26º | 0.7% | 0.43% | - |
| HSV(B) | 52.26º | 0.82% | 0.74% | - |
| XYZ | 35.02 | 38.81 | 7.08 | - |
| YUV | 158.59 | 57.13 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 33 | 0 | 0.11 | 0.82 | 0.26 | 52.26 | 0.7 | 0.43 |
| Hex | BC | A8 | 21 | 0 | B | 52 | 1A | 34 | 46 | 2B |
| Octal | 274 | 250 | 41 | 0 | 13 | 122 | 32 | 64 | 106 | 53 |
| Binary | 10111100 | 10101000 | 100001 | 0 | 1011 | 1010010 | 11010 | 110100 | 1000110 | 101011 |
Color Harmonies of #BCA821
Complementary color
Monochromatic Colors of #BCA821
Black with #BCA821
Text Example
Text Example
White with #BCA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA821; }
p { color: rgb(188,168,33); }
H1.HeaderClassName
{
color: #BCA821;
}
.AnyTagClassName
{
color: #BCA821;
}
</style>
background-color css
<style>
a { background-color: #BCA821; }
a { background-color: rgb(188,168,33); }
div.DivClassName
{
background-color: #BCA821;
}
.BgClassName
{
background-color: #BCA821;
}
</style>
border-color css
<style>
span { border-color: #BCA821; }
span { border-color: rgb(188,168,33); }
td.TdClassName
{
border-color: #BCA821;
}
.TagClassName
{
border-color: #BCA821;
}
</style>