Shades of Earls Green #BCB525
Tints of Earls Green #BCB525
RGB
CMYK
RGB Variations
Color information
#BCB525 (or 0xBCB525) is known color: Earls Green. HEX triplet: BC, B5 and 25. RGB value is (188,181,37). Sum of RGB (Red+Green+Blue) = 188+181+37=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB525 is #434ADA. Grayscale: #A7A7A7. Windows color (decimal): -4410075 or 2471356. OLE color: 2471356.
HSL color Cylindrical-coordinate representation of color #BCB525: hue angle of 57.22º degrees, saturation: 0.67, 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 #BCB525 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 37 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.26 |
| HSL | 57.22º | 0.67% | 0.44% | - |
| HSV(B) | 57.22º | 0.8% | 0.74% | - |
| XYZ | 37.6 | 43.87 | 8.24 | - |
| YUV | 166.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 37 | 0 | 0.04 | 0.80 | 0.26 | 57.22 | 0.67 | 0.44 |
| Hex | BC | B5 | 25 | 0 | 4 | 50 | 1A | 39 | 43 | 2C |
| Octal | 274 | 265 | 45 | 0 | 4 | 120 | 32 | 71 | 103 | 54 |
| Binary | 10111100 | 10110101 | 100101 | 0 | 100 | 1010000 | 11010 | 111001 | 1000011 | 101100 |
Color Harmonies of #BCB525
Complementary color
Monochromatic Colors of #BCB525
Black with #BCB525
Text Example
Text Example
White with #BCB525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB525; }
p { color: rgb(188,181,37); }
H1.HeaderClassName
{
color: #BCB525;
}
.AnyTagClassName
{
color: #BCB525;
}
</style>
background-color css
<style>
a { background-color: #BCB525; }
a { background-color: rgb(188,181,37); }
div.DivClassName
{
background-color: #BCB525;
}
.BgClassName
{
background-color: #BCB525;
}
</style>
border-color css
<style>
span { border-color: #BCB525; }
span { border-color: rgb(188,181,37); }
td.TdClassName
{
border-color: #BCB525;
}
.TagClassName
{
border-color: #BCB525;
}
</style>