Shades of Earls Green #BCB127
Tints of Earls Green #BCB127
RGB
CMYK
RGB Variations
Color information
#BCB127 (or 0xBCB127) is known color: Earls Green. HEX triplet: BC, B1 and 27. RGB value is (188,177,39). Sum of RGB (Red+Green+Blue) = 188+177+39=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB127 is #434ED8. Grayscale: #A5A5A5. Windows color (decimal): -4411097 or 2601404. OLE color: 2601404.
HSL color Cylindrical-coordinate representation of color #BCB127: hue angle of 55.57º degrees, saturation: 0.66, 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 #BCB127 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 39 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.26 |
| HSL | 55.57º | 0.66% | 0.45% | - |
| HSV(B) | 55.57º | 0.79% | 0.74% | - |
| XYZ | 36.83 | 42.28 | 8.14 | - |
| YUV | 164.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 39 | 0 | 0.06 | 0.79 | 0.26 | 55.57 | 0.66 | 0.45 |
| Hex | BC | B1 | 27 | 0 | 6 | 4F | 1A | 38 | 42 | 2D |
| Octal | 274 | 261 | 47 | 0 | 6 | 117 | 32 | 70 | 102 | 55 |
| Binary | 10111100 | 10110001 | 100111 | 0 | 110 | 1001111 | 11010 | 111000 | 1000010 | 101101 |
Color Harmonies of #BCB127
Complementary color
Monochromatic Colors of #BCB127
Black with #BCB127
Text Example
Text Example
White with #BCB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB127; }
p { color: rgb(188,177,39); }
H1.HeaderClassName
{
color: #BCB127;
}
.AnyTagClassName
{
color: #BCB127;
}
</style>
background-color css
<style>
a { background-color: #BCB127; }
a { background-color: rgb(188,177,39); }
div.DivClassName
{
background-color: #BCB127;
}
.BgClassName
{
background-color: #BCB127;
}
</style>
border-color css
<style>
span { border-color: #BCB127; }
span { border-color: rgb(188,177,39); }
td.TdClassName
{
border-color: #BCB127;
}
.TagClassName
{
border-color: #BCB127;
}
</style>