Shades of Earls Green #BCB11F
Tints of Earls Green #BCB11F
RGB
CMYK
RGB Variations
Color information
#BCB11F (or 0xBCB11F) is known color: Earls Green. HEX triplet: BC, B1 and 1F. RGB value is (188,177,31). Sum of RGB (Red+Green+Blue) = 188+177+31=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB11F is #434EE0. Grayscale: #A4A4A4. Windows color (decimal): -4411105 or 2077116. OLE color: 2077116.
HSL color Cylindrical-coordinate representation of color #BCB11F: hue angle of 55.8º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCB11F is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 31 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.26 |
| HSL | 55.8º | 0.72% | 0.43% | - |
| HSV(B) | 55.8º | 0.84% | 0.74% | - |
| XYZ | 36.71 | 42.23 | 7.51 | - |
| YUV | 163.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 31 | 0 | 0.06 | 0.84 | 0.26 | 55.8 | 0.72 | 0.43 |
| Hex | BC | B1 | 1F | 0 | 6 | 54 | 1A | 38 | 48 | 2B |
| Octal | 274 | 261 | 37 | 0 | 6 | 124 | 32 | 70 | 110 | 53 |
| Binary | 10111100 | 10110001 | 11111 | 0 | 110 | 1010100 | 11010 | 111000 | 1001000 | 101011 |
Color Harmonies of #BCB11F
Complementary color
Monochromatic Colors of #BCB11F
Black with #BCB11F
Text Example
Text Example
White with #BCB11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB11F; }
p { color: rgb(188,177,31); }
H1.HeaderClassName
{
color: #BCB11F;
}
.AnyTagClassName
{
color: #BCB11F;
}
</style>
background-color css
<style>
a { background-color: #BCB11F; }
a { background-color: rgb(188,177,31); }
div.DivClassName
{
background-color: #BCB11F;
}
.BgClassName
{
background-color: #BCB11F;
}
</style>
border-color css
<style>
span { border-color: #BCB11F; }
span { border-color: rgb(188,177,31); }
td.TdClassName
{
border-color: #BCB11F;
}
.TagClassName
{
border-color: #BCB11F;
}
</style>