Shades of Earls Green #BCB532
Tints of Earls Green #BCB532
RGB
CMYK
RGB Variations
Color information
#BCB532 (or 0xBCB532) is known color: Earls Green. HEX triplet: BC, B5 and 32. RGB value is (188,181,50). Sum of RGB (Red+Green+Blue) = 188+181+50=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB532 is #434ACD. Grayscale: #A8A8A8. Windows color (decimal): -4410062 or 3323324. OLE color: 3323324.
HSL color Cylindrical-coordinate representation of color #BCB532: hue angle of 56.96º 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 #BCB532 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 50 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.26 |
| HSL | 56.96º | 0.58% | 0.47% | - |
| HSV(B) | 56.96º | 0.73% | 0.74% | - |
| XYZ | 37.84 | 43.97 | 9.51 | - |
| YUV | 168.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 50 | 0 | 0.04 | 0.73 | 0.26 | 56.96 | 0.58 | 0.47 |
| Hex | BC | B5 | 32 | 0 | 4 | 49 | 1A | 39 | 3A | 2F |
| Octal | 274 | 265 | 62 | 0 | 4 | 111 | 32 | 71 | 72 | 57 |
| Binary | 10111100 | 10110101 | 110010 | 0 | 100 | 1001001 | 11010 | 111001 | 111010 | 101111 |
Color Harmonies of #BCB532
Complementary color
Monochromatic Colors of #BCB532
Black with #BCB532
Text Example
Text Example
White with #BCB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB532; }
p { color: rgb(188,181,50); }
H1.HeaderClassName
{
color: #BCB532;
}
.AnyTagClassName
{
color: #BCB532;
}
</style>
background-color css
<style>
a { background-color: #BCB532; }
a { background-color: rgb(188,181,50); }
div.DivClassName
{
background-color: #BCB532;
}
.BgClassName
{
background-color: #BCB532;
}
</style>
border-color css
<style>
span { border-color: #BCB532; }
span { border-color: rgb(188,181,50); }
td.TdClassName
{
border-color: #BCB532;
}
.TagClassName
{
border-color: #BCB532;
}
</style>