Shades of Earls Green #BCBA2B
Tints of Earls Green #BCBA2B
RGB
CMYK
RGB Variations
Color information
#BCBA2B (or 0xBCBA2B) is known color: Earls Green. HEX triplet: BC, BA and 2B. RGB value is (188,186,43). Sum of RGB (Red+Green+Blue) = 188+186+43=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA2B is #4345D4. Grayscale: #AAAAAA. Windows color (decimal): -4408789 or 2865852. OLE color: 2865852.
HSL color Cylindrical-coordinate representation of color #BCBA2B: hue angle of 59.17º degrees, saturation: 0.63, 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 #BCBA2B is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 43 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.26 |
| HSL | 59.17º | 0.63% | 0.45% | - |
| HSV(B) | 59.17º | 0.77% | 0.74% | - |
| XYZ | 38.73 | 45.98 | 9.12 | - |
| YUV | 170.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 43 | 0 | 0.01 | 0.77 | 0.26 | 59.17 | 0.63 | 0.45 |
| Hex | BC | BA | 2B | 0 | 1 | 4D | 1A | 3B | 3F | 2D |
| Octal | 274 | 272 | 53 | 0 | 1 | 115 | 32 | 73 | 77 | 55 |
| Binary | 10111100 | 10111010 | 101011 | 0 | 1 | 1001101 | 11010 | 111011 | 111111 | 101101 |
Color Harmonies of #BCBA2B
Complementary color
Monochromatic Colors of #BCBA2B
Black with #BCBA2B
Text Example
Text Example
White with #BCBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA2B; }
p { color: rgb(188,186,43); }
H1.HeaderClassName
{
color: #BCBA2B;
}
.AnyTagClassName
{
color: #BCBA2B;
}
</style>
background-color css
<style>
a { background-color: #BCBA2B; }
a { background-color: rgb(188,186,43); }
div.DivClassName
{
background-color: #BCBA2B;
}
.BgClassName
{
background-color: #BCBA2B;
}
</style>
border-color css
<style>
span { border-color: #BCBA2B; }
span { border-color: rgb(188,186,43); }
td.TdClassName
{
border-color: #BCBA2B;
}
.TagClassName
{
border-color: #BCBA2B;
}
</style>