Shades of Earls Green #BCB013
Tints of Earls Green #BCB013
RGB
CMYK
RGB Variations
Color information
#BCB013 (or 0xBCB013) is known color: Earls Green. HEX triplet: BC, B0 and 13. RGB value is (188,176,19). Sum of RGB (Red+Green+Blue) = 188+176+19=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB013 is #434FEC. Grayscale: #A2A2A2. Windows color (decimal): -4411373 or 1290428. OLE color: 1290428.
HSL color Cylindrical-coordinate representation of color #BCB013: hue angle of 55.74º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCB013 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 19 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.26 |
| HSL | 55.74º | 0.82% | 0.41% | - |
| HSV(B) | 55.74º | 0.9% | 0.74% | - |
| XYZ | 36.38 | 41.79 | 6.76 | - |
| YUV | 161.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 19 | 0 | 0.06 | 0.90 | 0.26 | 55.74 | 0.82 | 0.41 |
| Hex | BC | B0 | 13 | 0 | 6 | 5A | 1A | 38 | 52 | 29 |
| Octal | 274 | 260 | 23 | 0 | 6 | 132 | 32 | 70 | 122 | 51 |
| Binary | 10111100 | 10110000 | 10011 | 0 | 110 | 1011010 | 11010 | 111000 | 1010010 | 101001 |
Color Harmonies of #BCB013
Complementary color
Monochromatic Colors of #BCB013
Black with #BCB013
Text Example
Text Example
White with #BCB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB013; }
p { color: rgb(188,176,19); }
H1.HeaderClassName
{
color: #BCB013;
}
.AnyTagClassName
{
color: #BCB013;
}
</style>
background-color css
<style>
a { background-color: #BCB013; }
a { background-color: rgb(188,176,19); }
div.DivClassName
{
background-color: #BCB013;
}
.BgClassName
{
background-color: #BCB013;
}
</style>
border-color css
<style>
span { border-color: #BCB013; }
span { border-color: rgb(188,176,19); }
td.TdClassName
{
border-color: #BCB013;
}
.TagClassName
{
border-color: #BCB013;
}
</style>