Shades of Earls Green #BCB01C
Tints of Earls Green #BCB01C
RGB
CMYK
RGB Variations
Color information
#BCB01C (or 0xBCB01C) is known color: Earls Green. HEX triplet: BC, B0 and 1C. RGB value is (188,176,28). Sum of RGB (Red+Green+Blue) = 188+176+28=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB01C is #434FE3. Grayscale: #A3A3A3. Windows color (decimal): -4411364 or 1880252. OLE color: 1880252.
HSL color Cylindrical-coordinate representation of color #BCB01C: hue angle of 55.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCB01C is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 28 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.26 |
| HSL | 55.5º | 0.74% | 0.42% | - |
| HSV(B) | 55.5º | 0.85% | 0.74% | - |
| XYZ | 36.47 | 41.83 | 7.25 | - |
| YUV | 162.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 28 | 0 | 0.06 | 0.85 | 0.26 | 55.5 | 0.74 | 0.42 |
| Hex | BC | B0 | 1C | 0 | 6 | 55 | 1A | 38 | 4A | 2A |
| Octal | 274 | 260 | 34 | 0 | 6 | 125 | 32 | 70 | 112 | 52 |
| Binary | 10111100 | 10110000 | 11100 | 0 | 110 | 1010101 | 11010 | 111000 | 1001010 | 101010 |
Color Harmonies of #BCB01C
Complementary color
Monochromatic Colors of #BCB01C
Black with #BCB01C
Text Example
Text Example
White with #BCB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB01C; }
p { color: rgb(188,176,28); }
H1.HeaderClassName
{
color: #BCB01C;
}
.AnyTagClassName
{
color: #BCB01C;
}
</style>
background-color css
<style>
a { background-color: #BCB01C; }
a { background-color: rgb(188,176,28); }
div.DivClassName
{
background-color: #BCB01C;
}
.BgClassName
{
background-color: #BCB01C;
}
</style>
border-color css
<style>
span { border-color: #BCB01C; }
span { border-color: rgb(188,176,28); }
td.TdClassName
{
border-color: #BCB01C;
}
.TagClassName
{
border-color: #BCB01C;
}
</style>