Shades of Earls Green #BCB032
Tints of Earls Green #BCB032
RGB
CMYK
RGB Variations
Color information
#BCB032 (or 0xBCB032) is known color: Earls Green. HEX triplet: BC, B0 and 32. RGB value is (188,176,50). Sum of RGB (Red+Green+Blue) = 188+176+50=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB032 is #434FCD. Grayscale: #A5A5A5. Windows color (decimal): -4411342 or 3322044. OLE color: 3322044.
HSL color Cylindrical-coordinate representation of color #BCB032: hue angle of 54.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCB032 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 50 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.26 |
| HSL | 54.78º | 0.58% | 0.47% | - |
| HSV(B) | 54.78º | 0.73% | 0.74% | - |
| XYZ | 36.84 | 41.97 | 9.18 | - |
| YUV | 165.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 50 | 0 | 0.06 | 0.73 | 0.26 | 54.78 | 0.58 | 0.47 |
| Hex | BC | B0 | 32 | 0 | 6 | 49 | 1A | 37 | 3A | 2F |
| Octal | 274 | 260 | 62 | 0 | 6 | 111 | 32 | 67 | 72 | 57 |
| Binary | 10111100 | 10110000 | 110010 | 0 | 110 | 1001001 | 11010 | 110111 | 111010 | 101111 |
Color Harmonies of #BCB032
Complementary color
Monochromatic Colors of #BCB032
Black with #BCB032
Text Example
Text Example
White with #BCB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB032; }
p { color: rgb(188,176,50); }
H1.HeaderClassName
{
color: #BCB032;
}
.AnyTagClassName
{
color: #BCB032;
}
</style>
background-color css
<style>
a { background-color: #BCB032; }
a { background-color: rgb(188,176,50); }
div.DivClassName
{
background-color: #BCB032;
}
.BgClassName
{
background-color: #BCB032;
}
</style>
border-color css
<style>
span { border-color: #BCB032; }
span { border-color: rgb(188,176,50); }
td.TdClassName
{
border-color: #BCB032;
}
.TagClassName
{
border-color: #BCB032;
}
</style>