Shades of Earls Green #BCB020
Tints of Earls Green #BCB020
RGB
CMYK
RGB Variations
Color information
#BCB020 (or 0xBCB020) is known color: Earls Green. HEX triplet: BC, B0 and 20. RGB value is (188,176,32). Sum of RGB (Red+Green+Blue) = 188+176+32=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB020 is #434FDF. Grayscale: #A3A3A3. Windows color (decimal): -4411360 or 2142396. OLE color: 2142396.
HSL color Cylindrical-coordinate representation of color #BCB020: hue angle of 55.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCB020 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 32 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.26 |
| HSL | 55.38º | 0.71% | 0.43% | - |
| HSV(B) | 55.38º | 0.83% | 0.74% | - |
| XYZ | 36.53 | 41.85 | 7.52 | - |
| YUV | 163.17 | 53.98 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 32 | 0 | 0.06 | 0.83 | 0.26 | 55.38 | 0.71 | 0.43 |
| Hex | BC | B0 | 20 | 0 | 6 | 53 | 1A | 37 | 47 | 2B |
| Octal | 274 | 260 | 40 | 0 | 6 | 123 | 32 | 67 | 107 | 53 |
| Binary | 10111100 | 10110000 | 100000 | 0 | 110 | 1010011 | 11010 | 110111 | 1000111 | 101011 |
Color Harmonies of #BCB020
Complementary color
Monochromatic Colors of #BCB020
Black with #BCB020
Text Example
Text Example
White with #BCB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB020; }
p { color: rgb(188,176,32); }
H1.HeaderClassName
{
color: #BCB020;
}
.AnyTagClassName
{
color: #BCB020;
}
</style>
background-color css
<style>
a { background-color: #BCB020; }
a { background-color: rgb(188,176,32); }
div.DivClassName
{
background-color: #BCB020;
}
.BgClassName
{
background-color: #BCB020;
}
</style>
border-color css
<style>
span { border-color: #BCB020; }
span { border-color: rgb(188,176,32); }
td.TdClassName
{
border-color: #BCB020;
}
.TagClassName
{
border-color: #BCB020;
}
</style>