Shades of Earls Green #BCB42F
Tints of Earls Green #BCB42F
RGB
CMYK
RGB Variations
Color information
#BCB42F (or 0xBCB42F) is known color: Earls Green. HEX triplet: BC, B4 and 2F. RGB value is (188,180,47). Sum of RGB (Red+Green+Blue) = 188+180+47=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB42F is #434BD0. Grayscale: #A7A7A7. Windows color (decimal): -4410321 or 3126460. OLE color: 3126460.
HSL color Cylindrical-coordinate representation of color #BCB42F: hue angle of 56.6º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCB42F is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 47 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.26 |
| HSL | 56.6º | 0.6% | 0.46% | - |
| HSV(B) | 56.6º | 0.75% | 0.74% | - |
| XYZ | 37.57 | 43.54 | 9.11 | - |
| YUV | 167.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 47 | 0 | 0.04 | 0.75 | 0.26 | 56.6 | 0.6 | 0.46 |
| Hex | BC | B4 | 2F | 0 | 4 | 4B | 1A | 39 | 3C | 2E |
| Octal | 274 | 264 | 57 | 0 | 4 | 113 | 32 | 71 | 74 | 56 |
| Binary | 10111100 | 10110100 | 101111 | 0 | 100 | 1001011 | 11010 | 111001 | 111100 | 101110 |
Color Harmonies of #BCB42F
Complementary color
Monochromatic Colors of #BCB42F
Black with #BCB42F
Text Example
Text Example
White with #BCB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB42F; }
p { color: rgb(188,180,47); }
H1.HeaderClassName
{
color: #BCB42F;
}
.AnyTagClassName
{
color: #BCB42F;
}
</style>
background-color css
<style>
a { background-color: #BCB42F; }
a { background-color: rgb(188,180,47); }
div.DivClassName
{
background-color: #BCB42F;
}
.BgClassName
{
background-color: #BCB42F;
}
</style>
border-color css
<style>
span { border-color: #BCB42F; }
span { border-color: rgb(188,180,47); }
td.TdClassName
{
border-color: #BCB42F;
}
.TagClassName
{
border-color: #BCB42F;
}
</style>