Shades of Earls Green #BCB128
Tints of Earls Green #BCB128
RGB
CMYK
RGB Variations
Color information
#BCB128 (or 0xBCB128) is known color: Earls Green. HEX triplet: BC, B1 and 28. RGB value is (188,177,40). Sum of RGB (Red+Green+Blue) = 188+177+40=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB128 is #434ED7. Grayscale: #A5A5A5. Windows color (decimal): -4411096 or 2666940. OLE color: 2666940.
HSL color Cylindrical-coordinate representation of color #BCB128: hue angle of 55.54º 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 #BCB128 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 40 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.26 |
| HSL | 55.54º | 0.65% | 0.45% | - |
| HSV(B) | 55.54º | 0.79% | 0.74% | - |
| XYZ | 36.84 | 42.29 | 8.23 | - |
| YUV | 164.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 40 | 0 | 0.06 | 0.79 | 0.26 | 55.54 | 0.65 | 0.45 |
| Hex | BC | B1 | 28 | 0 | 6 | 4F | 1A | 38 | 41 | 2D |
| Octal | 274 | 261 | 50 | 0 | 6 | 117 | 32 | 70 | 101 | 55 |
| Binary | 10111100 | 10110001 | 101000 | 0 | 110 | 1001111 | 11010 | 111000 | 1000001 | 101101 |
Color Harmonies of #BCB128
Complementary color
Monochromatic Colors of #BCB128
Black with #BCB128
Text Example
Text Example
White with #BCB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB128; }
p { color: rgb(188,177,40); }
H1.HeaderClassName
{
color: #BCB128;
}
.AnyTagClassName
{
color: #BCB128;
}
</style>
background-color css
<style>
a { background-color: #BCB128; }
a { background-color: rgb(188,177,40); }
div.DivClassName
{
background-color: #BCB128;
}
.BgClassName
{
background-color: #BCB128;
}
</style>
border-color css
<style>
span { border-color: #BCB128; }
span { border-color: rgb(188,177,40); }
td.TdClassName
{
border-color: #BCB128;
}
.TagClassName
{
border-color: #BCB128;
}
</style>