Shades of Earls Green #BCB526
Tints of Earls Green #BCB526
RGB
CMYK
RGB Variations
Color information
#BCB526 (or 0xBCB526) is known color: Earls Green. HEX triplet: BC, B5 and 26. RGB value is (188,181,38). Sum of RGB (Red+Green+Blue) = 188+181+38=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB526 is #434AD9. Grayscale: #A7A7A7. Windows color (decimal): -4410074 or 2536892. OLE color: 2536892.
HSL color Cylindrical-coordinate representation of color #BCB526: hue angle of 57.2º 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 #BCB526 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 38 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.26 |
| HSL | 57.2º | 0.66% | 0.44% | - |
| HSV(B) | 57.2º | 0.8% | 0.74% | - |
| XYZ | 37.61 | 43.88 | 8.32 | - |
| YUV | 166.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 38 | 0 | 0.04 | 0.80 | 0.26 | 57.2 | 0.66 | 0.44 |
| Hex | BC | B5 | 26 | 0 | 4 | 50 | 1A | 39 | 42 | 2C |
| Octal | 274 | 265 | 46 | 0 | 4 | 120 | 32 | 71 | 102 | 54 |
| Binary | 10111100 | 10110101 | 100110 | 0 | 100 | 1010000 | 11010 | 111001 | 1000010 | 101100 |
Color Harmonies of #BCB526
Complementary color
Monochromatic Colors of #BCB526
Black with #BCB526
Text Example
Text Example
White with #BCB526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB526; }
p { color: rgb(188,181,38); }
H1.HeaderClassName
{
color: #BCB526;
}
.AnyTagClassName
{
color: #BCB526;
}
</style>
background-color css
<style>
a { background-color: #BCB526; }
a { background-color: rgb(188,181,38); }
div.DivClassName
{
background-color: #BCB526;
}
.BgClassName
{
background-color: #BCB526;
}
</style>
border-color css
<style>
span { border-color: #BCB526; }
span { border-color: rgb(188,181,38); }
td.TdClassName
{
border-color: #BCB526;
}
.TagClassName
{
border-color: #BCB526;
}
</style>