Shades of Earls Green #BCB520
Tints of Earls Green #BCB520
RGB
CMYK
RGB Variations
Color information
#BCB520 (or 0xBCB520) is known color: Earls Green. HEX triplet: BC, B5 and 20. RGB value is (188,181,32). Sum of RGB (Red+Green+Blue) = 188+181+32=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB520 is #434ADF. Grayscale: #A6A6A6. Windows color (decimal): -4410080 or 2143676. OLE color: 2143676.
HSL color Cylindrical-coordinate representation of color #BCB520: hue angle of 57.31º 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 #BCB520 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 32 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.26 |
| HSL | 57.31º | 0.71% | 0.43% | - |
| HSV(B) | 57.31º | 0.83% | 0.74% | - |
| XYZ | 37.52 | 43.84 | 7.85 | - |
| YUV | 166.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 32 | 0 | 0.04 | 0.83 | 0.26 | 57.31 | 0.71 | 0.43 |
| Hex | BC | B5 | 20 | 0 | 4 | 53 | 1A | 39 | 47 | 2B |
| Octal | 274 | 265 | 40 | 0 | 4 | 123 | 32 | 71 | 107 | 53 |
| Binary | 10111100 | 10110101 | 100000 | 0 | 100 | 1010011 | 11010 | 111001 | 1000111 | 101011 |
Color Harmonies of #BCB520
Complementary color
Monochromatic Colors of #BCB520
Black with #BCB520
Text Example
Text Example
White with #BCB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB520; }
p { color: rgb(188,181,32); }
H1.HeaderClassName
{
color: #BCB520;
}
.AnyTagClassName
{
color: #BCB520;
}
</style>
background-color css
<style>
a { background-color: #BCB520; }
a { background-color: rgb(188,181,32); }
div.DivClassName
{
background-color: #BCB520;
}
.BgClassName
{
background-color: #BCB520;
}
</style>
border-color css
<style>
span { border-color: #BCB520; }
span { border-color: rgb(188,181,32); }
td.TdClassName
{
border-color: #BCB520;
}
.TagClassName
{
border-color: #BCB520;
}
</style>