Shades of Earls Green #BCB028
Tints of Earls Green #BCB028
RGB
CMYK
RGB Variations
Color information
#BCB028 (or 0xBCB028) is known color: Earls Green. HEX triplet: BC, B0 and 28. RGB value is (188,176,40). Sum of RGB (Red+Green+Blue) = 188+176+40=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB028 is #434FD7. Grayscale: #A4A4A4. Windows color (decimal): -4411352 or 2666684. OLE color: 2666684.
HSL color Cylindrical-coordinate representation of color #BCB028: hue angle of 55.14º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCB028 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 40 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.26 |
| HSL | 55.14º | 0.65% | 0.45% | - |
| HSV(B) | 55.14º | 0.79% | 0.74% | - |
| XYZ | 36.65 | 41.9 | 8.16 | - |
| YUV | 164.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 40 | 0 | 0.06 | 0.79 | 0.26 | 55.14 | 0.65 | 0.45 |
| Hex | BC | B0 | 28 | 0 | 6 | 4F | 1A | 37 | 41 | 2D |
| Octal | 274 | 260 | 50 | 0 | 6 | 117 | 32 | 67 | 101 | 55 |
| Binary | 10111100 | 10110000 | 101000 | 0 | 110 | 1001111 | 11010 | 110111 | 1000001 | 101101 |
Color Harmonies of #BCB028
Complementary color
Monochromatic Colors of #BCB028
Black with #BCB028
Text Example
Text Example
White with #BCB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB028; }
p { color: rgb(188,176,40); }
H1.HeaderClassName
{
color: #BCB028;
}
.AnyTagClassName
{
color: #BCB028;
}
</style>
background-color css
<style>
a { background-color: #BCB028; }
a { background-color: rgb(188,176,40); }
div.DivClassName
{
background-color: #BCB028;
}
.BgClassName
{
background-color: #BCB028;
}
</style>
border-color css
<style>
span { border-color: #BCB028; }
span { border-color: rgb(188,176,40); }
td.TdClassName
{
border-color: #BCB028;
}
.TagClassName
{
border-color: #BCB028;
}
</style>