Shades of Earls Green #BCB726
Tints of Earls Green #BCB726
RGB
CMYK
RGB Variations
Color information
#BCB726 (or 0xBCB726) is known color: Earls Green. HEX triplet: BC, B7 and 26. RGB value is (188,183,38). Sum of RGB (Red+Green+Blue) = 188+183+38=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB726 is #4348D9. Grayscale: #A8A8A8. Windows color (decimal): -4409562 or 2537404. OLE color: 2537404.
HSL color Cylindrical-coordinate representation of color #BCB726: hue angle of 58º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCB726 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 38 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.26 |
| HSL | 58º | 0.66% | 0.44% | - |
| HSV(B) | 58º | 0.8% | 0.74% | - |
| XYZ | 38.02 | 44.7 | 8.46 | - |
| YUV | 167.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 38 | 0 | 0.03 | 0.80 | 0.26 | 58 | 0.66 | 0.44 |
| Hex | BC | B7 | 26 | 0 | 3 | 50 | 1A | 3A | 42 | 2C |
| Octal | 274 | 267 | 46 | 0 | 3 | 120 | 32 | 72 | 102 | 54 |
| Binary | 10111100 | 10110111 | 100110 | 0 | 11 | 1010000 | 11010 | 111010 | 1000010 | 101100 |
Color Harmonies of #BCB726
Complementary color
Monochromatic Colors of #BCB726
Black with #BCB726
Text Example
Text Example
White with #BCB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB726; }
p { color: rgb(188,183,38); }
H1.HeaderClassName
{
color: #BCB726;
}
.AnyTagClassName
{
color: #BCB726;
}
</style>
background-color css
<style>
a { background-color: #BCB726; }
a { background-color: rgb(188,183,38); }
div.DivClassName
{
background-color: #BCB726;
}
.BgClassName
{
background-color: #BCB726;
}
</style>
border-color css
<style>
span { border-color: #BCB726; }
span { border-color: rgb(188,183,38); }
td.TdClassName
{
border-color: #BCB726;
}
.TagClassName
{
border-color: #BCB726;
}
</style>