Shades of Earls Green #BCAB2D
Tints of Earls Green #BCAB2D
RGB
CMYK
RGB Variations
Color information
#BCAB2D (or 0xBCAB2D) is known color: Earls Green. HEX triplet: BC, AB and 2D. RGB value is (188,171,45). Sum of RGB (Red+Green+Blue) = 188+171+45=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB2D is #4354D2. Grayscale: #A2A2A2. Windows color (decimal): -4412627 or 2993084. OLE color: 2993084.
HSL color Cylindrical-coordinate representation of color #BCAB2D: hue angle of 52.87º 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 #BCAB2D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 45 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.26 |
| HSL | 52.87º | 0.61% | 0.46% | - |
| HSV(B) | 52.87º | 0.76% | 0.74% | - |
| XYZ | 35.78 | 40.01 | 8.32 | - |
| YUV | 161.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 45 | 0 | 0.09 | 0.76 | 0.26 | 52.87 | 0.61 | 0.46 |
| Hex | BC | AB | 2D | 0 | 9 | 4C | 1A | 35 | 3D | 2E |
| Octal | 274 | 253 | 55 | 0 | 11 | 114 | 32 | 65 | 75 | 56 |
| Binary | 10111100 | 10101011 | 101101 | 0 | 1001 | 1001100 | 11010 | 110101 | 111101 | 101110 |
Color Harmonies of #BCAB2D
Complementary color
Monochromatic Colors of #BCAB2D
Black with #BCAB2D
Text Example
Text Example
White with #BCAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB2D; }
p { color: rgb(188,171,45); }
H1.HeaderClassName
{
color: #BCAB2D;
}
.AnyTagClassName
{
color: #BCAB2D;
}
</style>
background-color css
<style>
a { background-color: #BCAB2D; }
a { background-color: rgb(188,171,45); }
div.DivClassName
{
background-color: #BCAB2D;
}
.BgClassName
{
background-color: #BCAB2D;
}
</style>
border-color css
<style>
span { border-color: #BCAB2D; }
span { border-color: rgb(188,171,45); }
td.TdClassName
{
border-color: #BCAB2D;
}
.TagClassName
{
border-color: #BCAB2D;
}
</style>