Shades of Earls Green #BCB731
Tints of Earls Green #BCB731
RGB
CMYK
RGB Variations
Color information
#BCB731 (or 0xBCB731) is known color: Earls Green. HEX triplet: BC, B7 and 31. RGB value is (188,183,49). Sum of RGB (Red+Green+Blue) = 188+183+49=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB731 is #4348CE. Grayscale: #A9A9A9. Windows color (decimal): -4409551 or 3258300. OLE color: 3258300.
HSL color Cylindrical-coordinate representation of color #BCB731: hue angle of 57.84º 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 #BCB731 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 49 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.26 |
| HSL | 57.84º | 0.59% | 0.46% | - |
| HSV(B) | 57.84º | 0.74% | 0.74% | - |
| XYZ | 38.23 | 44.78 | 9.53 | - |
| YUV | 169.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 49 | 0 | 0.03 | 0.74 | 0.26 | 57.84 | 0.59 | 0.46 |
| Hex | BC | B7 | 31 | 0 | 3 | 4A | 1A | 3A | 3B | 2E |
| Octal | 274 | 267 | 61 | 0 | 3 | 112 | 32 | 72 | 73 | 56 |
| Binary | 10111100 | 10110111 | 110001 | 0 | 11 | 1001010 | 11010 | 111010 | 111011 | 101110 |
Color Harmonies of #BCB731
Complementary color
Monochromatic Colors of #BCB731
Black with #BCB731
Text Example
Text Example
White with #BCB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB731; }
p { color: rgb(188,183,49); }
H1.HeaderClassName
{
color: #BCB731;
}
.AnyTagClassName
{
color: #BCB731;
}
</style>
background-color css
<style>
a { background-color: #BCB731; }
a { background-color: rgb(188,183,49); }
div.DivClassName
{
background-color: #BCB731;
}
.BgClassName
{
background-color: #BCB731;
}
</style>
border-color css
<style>
span { border-color: #BCB731; }
span { border-color: rgb(188,183,49); }
td.TdClassName
{
border-color: #BCB731;
}
.TagClassName
{
border-color: #BCB731;
}
</style>