Shades of Earls Green #BCB531
Tints of Earls Green #BCB531
RGB
CMYK
RGB Variations
Color information
#BCB531 (or 0xBCB531) is known color: Earls Green. HEX triplet: BC, B5 and 31. RGB value is (188,181,49). Sum of RGB (Red+Green+Blue) = 188+181+49=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB531 is #434ACE. Grayscale: #A8A8A8. Windows color (decimal): -4410063 or 3257788. OLE color: 3257788.
HSL color Cylindrical-coordinate representation of color #BCB531: hue angle of 56.98º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCB531 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 49 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.26 |
| HSL | 56.98º | 0.59% | 0.46% | - |
| HSV(B) | 56.98º | 0.74% | 0.74% | - |
| XYZ | 37.82 | 43.96 | 9.4 | - |
| YUV | 168.05 | 60.82 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 49 | 0 | 0.04 | 0.74 | 0.26 | 56.98 | 0.59 | 0.46 |
| Hex | BC | B5 | 31 | 0 | 4 | 4A | 1A | 39 | 3B | 2E |
| Octal | 274 | 265 | 61 | 0 | 4 | 112 | 32 | 71 | 73 | 56 |
| Binary | 10111100 | 10110101 | 110001 | 0 | 100 | 1001010 | 11010 | 111001 | 111011 | 101110 |
Color Harmonies of #BCB531
Complementary color
Monochromatic Colors of #BCB531
Black with #BCB531
Text Example
Text Example
White with #BCB531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB531; }
p { color: rgb(188,181,49); }
H1.HeaderClassName
{
color: #BCB531;
}
.AnyTagClassName
{
color: #BCB531;
}
</style>
background-color css
<style>
a { background-color: #BCB531; }
a { background-color: rgb(188,181,49); }
div.DivClassName
{
background-color: #BCB531;
}
.BgClassName
{
background-color: #BCB531;
}
</style>
border-color css
<style>
span { border-color: #BCB531; }
span { border-color: rgb(188,181,49); }
td.TdClassName
{
border-color: #BCB531;
}
.TagClassName
{
border-color: #BCB531;
}
</style>