Shades of Earls Green #BCBA2C
Tints of Earls Green #BCBA2C
RGB
CMYK
RGB Variations
Color information
#BCBA2C (or 0xBCBA2C) is known color: Earls Green. HEX triplet: BC, BA and 2C. RGB value is (188,186,44). Sum of RGB (Red+Green+Blue) = 188+186+44=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA2C is #4345D3. Grayscale: #AAAAAA. Windows color (decimal): -4408788 or 2931388. OLE color: 2931388.
HSL color Cylindrical-coordinate representation of color #BCBA2C: hue angle of 59.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCBA2C is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 44 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.26 |
| HSL | 59.17º | 0.62% | 0.45% | - |
| HSV(B) | 59.17º | 0.77% | 0.74% | - |
| XYZ | 38.75 | 45.99 | 9.22 | - |
| YUV | 170.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 44 | 0 | 0.01 | 0.77 | 0.26 | 59.17 | 0.62 | 0.45 |
| Hex | BC | BA | 2C | 0 | 1 | 4D | 1A | 3B | 3E | 2D |
| Octal | 274 | 272 | 54 | 0 | 1 | 115 | 32 | 73 | 76 | 55 |
| Binary | 10111100 | 10111010 | 101100 | 0 | 1 | 1001101 | 11010 | 111011 | 111110 | 101101 |
Color Harmonies of #BCBA2C
Complementary color
Monochromatic Colors of #BCBA2C
Black with #BCBA2C
Text Example
Text Example
White with #BCBA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA2C; }
p { color: rgb(188,186,44); }
H1.HeaderClassName
{
color: #BCBA2C;
}
.AnyTagClassName
{
color: #BCBA2C;
}
</style>
background-color css
<style>
a { background-color: #BCBA2C; }
a { background-color: rgb(188,186,44); }
div.DivClassName
{
background-color: #BCBA2C;
}
.BgClassName
{
background-color: #BCBA2C;
}
</style>
border-color css
<style>
span { border-color: #BCBA2C; }
span { border-color: rgb(188,186,44); }
td.TdClassName
{
border-color: #BCBA2C;
}
.TagClassName
{
border-color: #BCBA2C;
}
</style>