Shades of Earls Green #BCB22D
Tints of Earls Green #BCB22D
RGB
CMYK
RGB Variations
Color information
#BCB22D (or 0xBCB22D) is known color: Earls Green. HEX triplet: BC, B2 and 2D. RGB value is (188,178,45). Sum of RGB (Red+Green+Blue) = 188+178+45=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB22D is #434DD2. Grayscale: #A6A6A6. Windows color (decimal): -4410835 or 2994876. OLE color: 2994876.
HSL color Cylindrical-coordinate representation of color #BCB22D: hue angle of 55.8º 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 #BCB22D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 45 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.26 |
| HSL | 55.8º | 0.61% | 0.46% | - |
| HSV(B) | 55.8º | 0.76% | 0.74% | - |
| XYZ | 37.13 | 42.72 | 8.77 | - |
| YUV | 165.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 45 | 0 | 0.05 | 0.76 | 0.26 | 55.8 | 0.61 | 0.46 |
| Hex | BC | B2 | 2D | 0 | 5 | 4C | 1A | 38 | 3D | 2E |
| Octal | 274 | 262 | 55 | 0 | 5 | 114 | 32 | 70 | 75 | 56 |
| Binary | 10111100 | 10110010 | 101101 | 0 | 101 | 1001100 | 11010 | 111000 | 111101 | 101110 |
Color Harmonies of #BCB22D
Complementary color
Monochromatic Colors of #BCB22D
Black with #BCB22D
Text Example
Text Example
White with #BCB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB22D; }
p { color: rgb(188,178,45); }
H1.HeaderClassName
{
color: #BCB22D;
}
.AnyTagClassName
{
color: #BCB22D;
}
</style>
background-color css
<style>
a { background-color: #BCB22D; }
a { background-color: rgb(188,178,45); }
div.DivClassName
{
background-color: #BCB22D;
}
.BgClassName
{
background-color: #BCB22D;
}
</style>
border-color css
<style>
span { border-color: #BCB22D; }
span { border-color: rgb(188,178,45); }
td.TdClassName
{
border-color: #BCB22D;
}
.TagClassName
{
border-color: #BCB22D;
}
</style>