Shades of Earls Green #BCB129
Tints of Earls Green #BCB129
RGB
CMYK
RGB Variations
Color information
#BCB129 (or 0xBCB129) is known color: Earls Green. HEX triplet: BC, B1 and 29. RGB value is (188,177,41). Sum of RGB (Red+Green+Blue) = 188+177+41=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB129 is #434ED6. Grayscale: #A5A5A5. Windows color (decimal): -4411095 or 2732476. OLE color: 2732476.
HSL color Cylindrical-coordinate representation of color #BCB129: hue angle of 55.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCB129 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 41 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.26 |
| HSL | 55.51º | 0.64% | 0.45% | - |
| HSV(B) | 55.51º | 0.78% | 0.74% | - |
| XYZ | 36.86 | 42.3 | 8.32 | - |
| YUV | 164.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 41 | 0 | 0.06 | 0.78 | 0.26 | 55.51 | 0.64 | 0.45 |
| Hex | BC | B1 | 29 | 0 | 6 | 4E | 1A | 38 | 40 | 2D |
| Octal | 274 | 261 | 51 | 0 | 6 | 116 | 32 | 70 | 100 | 55 |
| Binary | 10111100 | 10110001 | 101001 | 0 | 110 | 1001110 | 11010 | 111000 | 1000000 | 101101 |
Color Harmonies of #BCB129
Complementary color
Monochromatic Colors of #BCB129
Black with #BCB129
Text Example
Text Example
White with #BCB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB129; }
p { color: rgb(188,177,41); }
H1.HeaderClassName
{
color: #BCB129;
}
.AnyTagClassName
{
color: #BCB129;
}
</style>
background-color css
<style>
a { background-color: #BCB129; }
a { background-color: rgb(188,177,41); }
div.DivClassName
{
background-color: #BCB129;
}
.BgClassName
{
background-color: #BCB129;
}
</style>
border-color css
<style>
span { border-color: #BCB129; }
span { border-color: rgb(188,177,41); }
td.TdClassName
{
border-color: #BCB129;
}
.TagClassName
{
border-color: #BCB129;
}
</style>