Shades of Earls Green #BCB32F
Tints of Earls Green #BCB32F
RGB
CMYK
RGB Variations
Color information
#BCB32F (or 0xBCB32F) is known color: Earls Green. HEX triplet: BC, B3 and 2F. RGB value is (188,179,47). Sum of RGB (Red+Green+Blue) = 188+179+47=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB32F is #434CD0. Grayscale: #A7A7A7. Windows color (decimal): -4410577 or 3126204. OLE color: 3126204.
HSL color Cylindrical-coordinate representation of color #BCB32F: hue angle of 56.17º 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 #BCB32F is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 47 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.26 |
| HSL | 56.17º | 0.6% | 0.46% | - |
| HSV(B) | 56.17º | 0.75% | 0.74% | - |
| XYZ | 37.37 | 43.14 | 9.05 | - |
| YUV | 166.64 | 60.48 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 47 | 0 | 0.05 | 0.75 | 0.26 | 56.17 | 0.6 | 0.46 |
| Hex | BC | B3 | 2F | 0 | 5 | 4B | 1A | 38 | 3C | 2E |
| Octal | 274 | 263 | 57 | 0 | 5 | 113 | 32 | 70 | 74 | 56 |
| Binary | 10111100 | 10110011 | 101111 | 0 | 101 | 1001011 | 11010 | 111000 | 111100 | 101110 |
Color Harmonies of #BCB32F
Complementary color
Monochromatic Colors of #BCB32F
Black with #BCB32F
Text Example
Text Example
White with #BCB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB32F; }
p { color: rgb(188,179,47); }
H1.HeaderClassName
{
color: #BCB32F;
}
.AnyTagClassName
{
color: #BCB32F;
}
</style>
background-color css
<style>
a { background-color: #BCB32F; }
a { background-color: rgb(188,179,47); }
div.DivClassName
{
background-color: #BCB32F;
}
.BgClassName
{
background-color: #BCB32F;
}
</style>
border-color css
<style>
span { border-color: #BCB32F; }
span { border-color: rgb(188,179,47); }
td.TdClassName
{
border-color: #BCB32F;
}
.TagClassName
{
border-color: #BCB32F;
}
</style>