Shades of Earls Green #BCA320
Tints of Earls Green #BCA320
RGB
CMYK
RGB Variations
Color information
#BCA320 (or 0xBCA320) is known color: Earls Green. HEX triplet: BC, A3 and 20. RGB value is (188,163,32). Sum of RGB (Red+Green+Blue) = 188+163+32=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA320 is #435CDF. Grayscale: #9C9C9C. Windows color (decimal): -4414688 or 2139068. OLE color: 2139068.
HSL color Cylindrical-coordinate representation of color #BCA320: hue angle of 50.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCA320 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 32 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.26 |
| HSL | 50.38º | 0.71% | 0.43% | - |
| HSV(B) | 50.38º | 0.83% | 0.74% | - |
| XYZ | 34.1 | 36.99 | 6.71 | - |
| YUV | 155.54 | 58.28 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 32 | 0 | 0.13 | 0.83 | 0.26 | 50.38 | 0.71 | 0.43 |
| Hex | BC | A3 | 20 | 0 | D | 53 | 1A | 32 | 47 | 2B |
| Octal | 274 | 243 | 40 | 0 | 15 | 123 | 32 | 62 | 107 | 53 |
| Binary | 10111100 | 10100011 | 100000 | 0 | 1101 | 1010011 | 11010 | 110010 | 1000111 | 101011 |
Color Harmonies of #BCA320
Complementary color
Monochromatic Colors of #BCA320
Black with #BCA320
Text Example
Text Example
White with #BCA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA320; }
p { color: rgb(188,163,32); }
H1.HeaderClassName
{
color: #BCA320;
}
.AnyTagClassName
{
color: #BCA320;
}
</style>
background-color css
<style>
a { background-color: #BCA320; }
a { background-color: rgb(188,163,32); }
div.DivClassName
{
background-color: #BCA320;
}
.BgClassName
{
background-color: #BCA320;
}
</style>
border-color css
<style>
span { border-color: #BCA320; }
span { border-color: rgb(188,163,32); }
td.TdClassName
{
border-color: #BCA320;
}
.TagClassName
{
border-color: #BCA320;
}
</style>