Shades of Earls Green #BCB325
Tints of Earls Green #BCB325
RGB
CMYK
RGB Variations
Color information
#BCB325 (or 0xBCB325) is known color: Earls Green. HEX triplet: BC, B3 and 25. RGB value is (188,179,37). Sum of RGB (Red+Green+Blue) = 188+179+37=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB325 is #434CDA. Grayscale: #A6A6A6. Windows color (decimal): -4410587 or 2470844. OLE color: 2470844.
HSL color Cylindrical-coordinate representation of color #BCB325: hue angle of 56.42º 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 #BCB325 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 37 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.26 |
| HSL | 56.42º | 0.67% | 0.44% | - |
| HSV(B) | 56.42º | 0.8% | 0.74% | - |
| XYZ | 37.19 | 43.07 | 8.1 | - |
| YUV | 165.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 37 | 0 | 0.05 | 0.80 | 0.26 | 56.42 | 0.67 | 0.44 |
| Hex | BC | B3 | 25 | 0 | 5 | 50 | 1A | 38 | 43 | 2C |
| Octal | 274 | 263 | 45 | 0 | 5 | 120 | 32 | 70 | 103 | 54 |
| Binary | 10111100 | 10110011 | 100101 | 0 | 101 | 1010000 | 11010 | 111000 | 1000011 | 101100 |
Color Harmonies of #BCB325
Complementary color
Monochromatic Colors of #BCB325
Black with #BCB325
Text Example
Text Example
White with #BCB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB325; }
p { color: rgb(188,179,37); }
H1.HeaderClassName
{
color: #BCB325;
}
.AnyTagClassName
{
color: #BCB325;
}
</style>
background-color css
<style>
a { background-color: #BCB325; }
a { background-color: rgb(188,179,37); }
div.DivClassName
{
background-color: #BCB325;
}
.BgClassName
{
background-color: #BCB325;
}
</style>
border-color css
<style>
span { border-color: #BCB325; }
span { border-color: rgb(188,179,37); }
td.TdClassName
{
border-color: #BCB325;
}
.TagClassName
{
border-color: #BCB325;
}
</style>