Shades of Earls Green #BCB421
Tints of Earls Green #BCB421
RGB
CMYK
RGB Variations
Color information
#BCB421 (or 0xBCB421) is known color: Earls Green. HEX triplet: BC, B4 and 21. RGB value is (188,180,33). Sum of RGB (Red+Green+Blue) = 188+180+33=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB421 is #434BDE. Grayscale: #A6A6A6. Windows color (decimal): -4410335 or 2208956. OLE color: 2208956.
HSL color Cylindrical-coordinate representation of color #BCB421: hue angle of 56.9º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCB421 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 33 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.26 |
| HSL | 56.9º | 0.7% | 0.43% | - |
| HSV(B) | 56.9º | 0.82% | 0.74% | - |
| XYZ | 37.33 | 43.44 | 7.86 | - |
| YUV | 165.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 33 | 0 | 0.04 | 0.82 | 0.26 | 56.9 | 0.7 | 0.43 |
| Hex | BC | B4 | 21 | 0 | 4 | 52 | 1A | 39 | 46 | 2B |
| Octal | 274 | 264 | 41 | 0 | 4 | 122 | 32 | 71 | 106 | 53 |
| Binary | 10111100 | 10110100 | 100001 | 0 | 100 | 1010010 | 11010 | 111001 | 1000110 | 101011 |
Color Harmonies of #BCB421
Complementary color
Monochromatic Colors of #BCB421
Black with #BCB421
Text Example
Text Example
White with #BCB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB421; }
p { color: rgb(188,180,33); }
H1.HeaderClassName
{
color: #BCB421;
}
.AnyTagClassName
{
color: #BCB421;
}
</style>
background-color css
<style>
a { background-color: #BCB421; }
a { background-color: rgb(188,180,33); }
div.DivClassName
{
background-color: #BCB421;
}
.BgClassName
{
background-color: #BCB421;
}
</style>
border-color css
<style>
span { border-color: #BCB421; }
span { border-color: rgb(188,180,33); }
td.TdClassName
{
border-color: #BCB421;
}
.TagClassName
{
border-color: #BCB421;
}
</style>