Shades of Earls Green #BCBA31
Tints of Earls Green #BCBA31
RGB
CMYK
RGB Variations
Color information
#BCBA31 (or 0xBCBA31) is known color: Earls Green. HEX triplet: BC, BA and 31. RGB value is (188,186,49). Sum of RGB (Red+Green+Blue) = 188+186+49=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA31 is #4345CE. Grayscale: #ABABAB. Windows color (decimal): -4408783 or 3259068. OLE color: 3259068.
HSL color Cylindrical-coordinate representation of color #BCBA31: hue angle of 59.14º 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 #BCBA31 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 49 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.26 |
| HSL | 59.14º | 0.59% | 0.46% | - |
| HSV(B) | 59.14º | 0.74% | 0.74% | - |
| XYZ | 38.85 | 46.03 | 9.74 | - |
| YUV | 170.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 49 | 0 | 0.01 | 0.74 | 0.26 | 59.14 | 0.59 | 0.46 |
| Hex | BC | BA | 31 | 0 | 1 | 4A | 1A | 3B | 3B | 2E |
| Octal | 274 | 272 | 61 | 0 | 1 | 112 | 32 | 73 | 73 | 56 |
| Binary | 10111100 | 10111010 | 110001 | 0 | 1 | 1001010 | 11010 | 111011 | 111011 | 101110 |
Color Harmonies of #BCBA31
Complementary color
Monochromatic Colors of #BCBA31
Black with #BCBA31
Text Example
Text Example
White with #BCBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA31; }
p { color: rgb(188,186,49); }
H1.HeaderClassName
{
color: #BCBA31;
}
.AnyTagClassName
{
color: #BCBA31;
}
</style>
background-color css
<style>
a { background-color: #BCBA31; }
a { background-color: rgb(188,186,49); }
div.DivClassName
{
background-color: #BCBA31;
}
.BgClassName
{
background-color: #BCBA31;
}
</style>
border-color css
<style>
span { border-color: #BCBA31; }
span { border-color: rgb(188,186,49); }
td.TdClassName
{
border-color: #BCBA31;
}
.TagClassName
{
border-color: #BCBA31;
}
</style>