Shades of Earls Green #BCB228
Tints of Earls Green #BCB228
RGB
CMYK
RGB Variations
Color information
#BCB228 (or 0xBCB228) is known color: Earls Green. HEX triplet: BC, B2 and 28. RGB value is (188,178,40). Sum of RGB (Red+Green+Blue) = 188+178+40=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB228 is #434DD7. Grayscale: #A5A5A5. Windows color (decimal): -4410840 or 2667196. OLE color: 2667196.
HSL color Cylindrical-coordinate representation of color #BCB228: hue angle of 55.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCB228 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 40 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.26 |
| HSL | 55.95º | 0.65% | 0.45% | - |
| HSV(B) | 55.95º | 0.79% | 0.74% | - |
| XYZ | 37.04 | 42.69 | 8.29 | - |
| YUV | 165.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 40 | 0 | 0.05 | 0.79 | 0.26 | 55.95 | 0.65 | 0.45 |
| Hex | BC | B2 | 28 | 0 | 5 | 4F | 1A | 38 | 41 | 2D |
| Octal | 274 | 262 | 50 | 0 | 5 | 117 | 32 | 70 | 101 | 55 |
| Binary | 10111100 | 10110010 | 101000 | 0 | 101 | 1001111 | 11010 | 111000 | 1000001 | 101101 |
Color Harmonies of #BCB228
Complementary color
Monochromatic Colors of #BCB228
Black with #BCB228
Text Example
Text Example
White with #BCB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB228; }
p { color: rgb(188,178,40); }
H1.HeaderClassName
{
color: #BCB228;
}
.AnyTagClassName
{
color: #BCB228;
}
</style>
background-color css
<style>
a { background-color: #BCB228; }
a { background-color: rgb(188,178,40); }
div.DivClassName
{
background-color: #BCB228;
}
.BgClassName
{
background-color: #BCB228;
}
</style>
border-color css
<style>
span { border-color: #BCB228; }
span { border-color: rgb(188,178,40); }
td.TdClassName
{
border-color: #BCB228;
}
.TagClassName
{
border-color: #BCB228;
}
</style>