Shades of Earls Green #BCB11D
Tints of Earls Green #BCB11D
RGB
CMYK
RGB Variations
Color information
#BCB11D (or 0xBCB11D) is known color: Earls Green. HEX triplet: BC, B1 and 1D. RGB value is (188,177,29). Sum of RGB (Red+Green+Blue) = 188+177+29=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB11D is #434EE2. Grayscale: #A4A4A4. Windows color (decimal): -4411107 or 1946044. OLE color: 1946044.
HSL color Cylindrical-coordinate representation of color #BCB11D: hue angle of 55.85º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCB11D is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 29 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.26 |
| HSL | 55.85º | 0.73% | 0.43% | - |
| HSV(B) | 55.85º | 0.85% | 0.74% | - |
| XYZ | 36.68 | 42.22 | 7.38 | - |
| YUV | 163.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 29 | 0 | 0.06 | 0.85 | 0.26 | 55.85 | 0.73 | 0.43 |
| Hex | BC | B1 | 1D | 0 | 6 | 55 | 1A | 38 | 49 | 2B |
| Octal | 274 | 261 | 35 | 0 | 6 | 125 | 32 | 70 | 111 | 53 |
| Binary | 10111100 | 10110001 | 11101 | 0 | 110 | 1010101 | 11010 | 111000 | 1001001 | 101011 |
Color Harmonies of #BCB11D
Complementary color
Monochromatic Colors of #BCB11D
Black with #BCB11D
Text Example
Text Example
White with #BCB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB11D; }
p { color: rgb(188,177,29); }
H1.HeaderClassName
{
color: #BCB11D;
}
.AnyTagClassName
{
color: #BCB11D;
}
</style>
background-color css
<style>
a { background-color: #BCB11D; }
a { background-color: rgb(188,177,29); }
div.DivClassName
{
background-color: #BCB11D;
}
.BgClassName
{
background-color: #BCB11D;
}
</style>
border-color css
<style>
span { border-color: #BCB11D; }
span { border-color: rgb(188,177,29); }
td.TdClassName
{
border-color: #BCB11D;
}
.TagClassName
{
border-color: #BCB11D;
}
</style>