Shades of Earls Green #BCBA2D
Tints of Earls Green #BCBA2D
RGB
CMYK
RGB Variations
Color information
#BCBA2D (or 0xBCBA2D) is known color: Earls Green. HEX triplet: BC, BA and 2D. RGB value is (188,186,45). Sum of RGB (Red+Green+Blue) = 188+186+45=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA2D is #4345D2. Grayscale: #ABABAB. Windows color (decimal): -4408787 or 2996924. OLE color: 2996924.
HSL color Cylindrical-coordinate representation of color #BCBA2D: hue angle of 59.16º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCBA2D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 45 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.26 |
| HSL | 59.16º | 0.61% | 0.46% | - |
| HSV(B) | 59.16º | 0.76% | 0.74% | - |
| XYZ | 38.77 | 46 | 9.32 | - |
| YUV | 170.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 45 | 0 | 0.01 | 0.76 | 0.26 | 59.16 | 0.61 | 0.46 |
| Hex | BC | BA | 2D | 0 | 1 | 4C | 1A | 3B | 3D | 2E |
| Octal | 274 | 272 | 55 | 0 | 1 | 114 | 32 | 73 | 75 | 56 |
| Binary | 10111100 | 10111010 | 101101 | 0 | 1 | 1001100 | 11010 | 111011 | 111101 | 101110 |
Color Harmonies of #BCBA2D
Complementary color
Monochromatic Colors of #BCBA2D
Black with #BCBA2D
Text Example
Text Example
White with #BCBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA2D; }
p { color: rgb(188,186,45); }
H1.HeaderClassName
{
color: #BCBA2D;
}
.AnyTagClassName
{
color: #BCBA2D;
}
</style>
background-color css
<style>
a { background-color: #BCBA2D; }
a { background-color: rgb(188,186,45); }
div.DivClassName
{
background-color: #BCBA2D;
}
.BgClassName
{
background-color: #BCBA2D;
}
</style>
border-color css
<style>
span { border-color: #BCBA2D; }
span { border-color: rgb(188,186,45); }
td.TdClassName
{
border-color: #BCBA2D;
}
.TagClassName
{
border-color: #BCBA2D;
}
</style>