Shades of Earls Green #BCB019
Tints of Earls Green #BCB019
RGB
CMYK
RGB Variations
Color information
#BCB019 (or 0xBCB019) is known color: Earls Green. HEX triplet: BC, B0 and 19. RGB value is (188,176,25). Sum of RGB (Red+Green+Blue) = 188+176+25=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB019 is #434FE6. Grayscale: #A2A2A2. Windows color (decimal): -4411367 or 1683644. OLE color: 1683644.
HSL color Cylindrical-coordinate representation of color #BCB019: hue angle of 55.58º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCB019 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 25 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.26 |
| HSL | 55.58º | 0.77% | 0.42% | - |
| HSV(B) | 55.58º | 0.87% | 0.74% | - |
| XYZ | 36.44 | 41.81 | 7.07 | - |
| YUV | 162.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 25 | 0 | 0.06 | 0.87 | 0.26 | 55.58 | 0.77 | 0.42 |
| Hex | BC | B0 | 19 | 0 | 6 | 57 | 1A | 38 | 4D | 2A |
| Octal | 274 | 260 | 31 | 0 | 6 | 127 | 32 | 70 | 115 | 52 |
| Binary | 10111100 | 10110000 | 11001 | 0 | 110 | 1010111 | 11010 | 111000 | 1001101 | 101010 |
Color Harmonies of #BCB019
Complementary color
Monochromatic Colors of #BCB019
Black with #BCB019
Text Example
Text Example
White with #BCB019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB019; }
p { color: rgb(188,176,25); }
H1.HeaderClassName
{
color: #BCB019;
}
.AnyTagClassName
{
color: #BCB019;
}
</style>
background-color css
<style>
a { background-color: #BCB019; }
a { background-color: rgb(188,176,25); }
div.DivClassName
{
background-color: #BCB019;
}
.BgClassName
{
background-color: #BCB019;
}
</style>
border-color css
<style>
span { border-color: #BCB019; }
span { border-color: rgb(188,176,25); }
td.TdClassName
{
border-color: #BCB019;
}
.TagClassName
{
border-color: #BCB019;
}
</style>