Shades of Earls Green #BCB931
Tints of Earls Green #BCB931
RGB
CMYK
RGB Variations
Color information
#BCB931 (or 0xBCB931) is known color: Earls Green. HEX triplet: BC, B9 and 31. RGB value is (188,185,49). Sum of RGB (Red+Green+Blue) = 188+185+49=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB931 is #4346CE. Grayscale: #AAAAAA. Windows color (decimal): -4409039 or 3258812. OLE color: 3258812.
HSL color Cylindrical-coordinate representation of color #BCB931: hue angle of 58.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCB931 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 49 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.26 |
| HSL | 58.71º | 0.59% | 0.46% | - |
| HSV(B) | 58.71º | 0.74% | 0.74% | - |
| XYZ | 38.64 | 45.61 | 9.67 | - |
| YUV | 170.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 49 | 0 | 0.02 | 0.74 | 0.26 | 58.71 | 0.59 | 0.46 |
| Hex | BC | B9 | 31 | 0 | 2 | 4A | 1A | 3B | 3B | 2E |
| Octal | 274 | 271 | 61 | 0 | 2 | 112 | 32 | 73 | 73 | 56 |
| Binary | 10111100 | 10111001 | 110001 | 0 | 10 | 1001010 | 11010 | 111011 | 111011 | 101110 |
Color Harmonies of #BCB931
Complementary color
Monochromatic Colors of #BCB931
Black with #BCB931
Text Example
Text Example
White with #BCB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB931; }
p { color: rgb(188,185,49); }
H1.HeaderClassName
{
color: #BCB931;
}
.AnyTagClassName
{
color: #BCB931;
}
</style>
background-color css
<style>
a { background-color: #BCB931; }
a { background-color: rgb(188,185,49); }
div.DivClassName
{
background-color: #BCB931;
}
.BgClassName
{
background-color: #BCB931;
}
</style>
border-color css
<style>
span { border-color: #BCB931; }
span { border-color: rgb(188,185,49); }
td.TdClassName
{
border-color: #BCB931;
}
.TagClassName
{
border-color: #BCB931;
}
</style>