Shades of Earls Green #BCB320
Tints of Earls Green #BCB320
RGB
CMYK
RGB Variations
Color information
#BCB320 (or 0xBCB320) is known color: Earls Green. HEX triplet: BC, B3 and 20. RGB value is (188,179,32). Sum of RGB (Red+Green+Blue) = 188+179+32=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB320 is #434CDF. Grayscale: #A5A5A5. Windows color (decimal): -4410592 or 2143164. OLE color: 2143164.
HSL color Cylindrical-coordinate representation of color #BCB320: hue angle of 56.54º 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 #BCB320 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 32 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.26 |
| HSL | 56.54º | 0.71% | 0.43% | - |
| HSV(B) | 56.54º | 0.83% | 0.74% | - |
| XYZ | 37.12 | 43.04 | 7.72 | - |
| YUV | 164.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 32 | 0 | 0.05 | 0.83 | 0.26 | 56.54 | 0.71 | 0.43 |
| Hex | BC | B3 | 20 | 0 | 5 | 53 | 1A | 39 | 47 | 2B |
| Octal | 274 | 263 | 40 | 0 | 5 | 123 | 32 | 71 | 107 | 53 |
| Binary | 10111100 | 10110011 | 100000 | 0 | 101 | 1010011 | 11010 | 111001 | 1000111 | 101011 |
Color Harmonies of #BCB320
Complementary color
Monochromatic Colors of #BCB320
Black with #BCB320
Text Example
Text Example
White with #BCB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB320; }
p { color: rgb(188,179,32); }
H1.HeaderClassName
{
color: #BCB320;
}
.AnyTagClassName
{
color: #BCB320;
}
</style>
background-color css
<style>
a { background-color: #BCB320; }
a { background-color: rgb(188,179,32); }
div.DivClassName
{
background-color: #BCB320;
}
.BgClassName
{
background-color: #BCB320;
}
</style>
border-color css
<style>
span { border-color: #BCB320; }
span { border-color: rgb(188,179,32); }
td.TdClassName
{
border-color: #BCB320;
}
.TagClassName
{
border-color: #BCB320;
}
</style>