Shades of Earls Green #BCB52B
Tints of Earls Green #BCB52B
RGB
CMYK
RGB Variations
Color information
#BCB52B (or 0xBCB52B) is known color: Earls Green. HEX triplet: BC, B5 and 2B. RGB value is (188,181,43). Sum of RGB (Red+Green+Blue) = 188+181+43=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB52B is #434AD4. Grayscale: #A7A7A7. Windows color (decimal): -4410069 or 2864572. OLE color: 2864572.
HSL color Cylindrical-coordinate representation of color #BCB52B: hue angle of 57.1º degrees, saturation: 0.63, 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 #BCB52B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 43 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.26 |
| HSL | 57.1º | 0.63% | 0.45% | - |
| HSV(B) | 57.1º | 0.77% | 0.74% | - |
| XYZ | 37.7 | 43.91 | 8.77 | - |
| YUV | 167.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 43 | 0 | 0.04 | 0.77 | 0.26 | 57.1 | 0.63 | 0.45 |
| Hex | BC | B5 | 2B | 0 | 4 | 4D | 1A | 39 | 3F | 2D |
| Octal | 274 | 265 | 53 | 0 | 4 | 115 | 32 | 71 | 77 | 55 |
| Binary | 10111100 | 10110101 | 101011 | 0 | 100 | 1001101 | 11010 | 111001 | 111111 | 101101 |
Color Harmonies of #BCB52B
Complementary color
Monochromatic Colors of #BCB52B
Black with #BCB52B
Text Example
Text Example
White with #BCB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB52B; }
p { color: rgb(188,181,43); }
H1.HeaderClassName
{
color: #BCB52B;
}
.AnyTagClassName
{
color: #BCB52B;
}
</style>
background-color css
<style>
a { background-color: #BCB52B; }
a { background-color: rgb(188,181,43); }
div.DivClassName
{
background-color: #BCB52B;
}
.BgClassName
{
background-color: #BCB52B;
}
</style>
border-color css
<style>
span { border-color: #BCB52B; }
span { border-color: rgb(188,181,43); }
td.TdClassName
{
border-color: #BCB52B;
}
.TagClassName
{
border-color: #BCB52B;
}
</style>