Shades of Earls Green #BCB32C
Tints of Earls Green #BCB32C
RGB
CMYK
RGB Variations
Color information
#BCB32C (or 0xBCB32C) is known color: Earls Green. HEX triplet: BC, B3 and 2C. RGB value is (188,179,44). Sum of RGB (Red+Green+Blue) = 188+179+44=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB32C is #434CD3. Grayscale: #A6A6A6. Windows color (decimal): -4410580 or 2929596. OLE color: 2929596.
HSL color Cylindrical-coordinate representation of color #BCB32C: hue angle of 56.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCB32C is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 44 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.26 |
| HSL | 56.25º | 0.62% | 0.45% | - |
| HSV(B) | 56.25º | 0.77% | 0.74% | - |
| XYZ | 37.31 | 43.11 | 8.74 | - |
| YUV | 166.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 44 | 0 | 0.05 | 0.77 | 0.26 | 56.25 | 0.62 | 0.45 |
| Hex | BC | B3 | 2C | 0 | 5 | 4D | 1A | 38 | 3E | 2D |
| Octal | 274 | 263 | 54 | 0 | 5 | 115 | 32 | 70 | 76 | 55 |
| Binary | 10111100 | 10110011 | 101100 | 0 | 101 | 1001101 | 11010 | 111000 | 111110 | 101101 |
Color Harmonies of #BCB32C
Complementary color
Monochromatic Colors of #BCB32C
Black with #BCB32C
Text Example
Text Example
White with #BCB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB32C; }
p { color: rgb(188,179,44); }
H1.HeaderClassName
{
color: #BCB32C;
}
.AnyTagClassName
{
color: #BCB32C;
}
</style>
background-color css
<style>
a { background-color: #BCB32C; }
a { background-color: rgb(188,179,44); }
div.DivClassName
{
background-color: #BCB32C;
}
.BgClassName
{
background-color: #BCB32C;
}
</style>
border-color css
<style>
span { border-color: #BCB32C; }
span { border-color: rgb(188,179,44); }
td.TdClassName
{
border-color: #BCB32C;
}
.TagClassName
{
border-color: #BCB32C;
}
</style>