Shades of Earls Green #BCB529
Tints of Earls Green #BCB529
RGB
CMYK
RGB Variations
Color information
#BCB529 (or 0xBCB529) is known color: Earls Green. HEX triplet: BC, B5 and 29. RGB value is (188,181,41). Sum of RGB (Red+Green+Blue) = 188+181+41=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB529 is #434AD6. Grayscale: #A7A7A7. Windows color (decimal): -4410071 or 2733500. OLE color: 2733500.
HSL color Cylindrical-coordinate representation of color #BCB529: hue angle of 57.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCB529 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 41 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.26 |
| HSL | 57.14º | 0.64% | 0.45% | - |
| HSV(B) | 57.14º | 0.78% | 0.74% | - |
| XYZ | 37.66 | 43.9 | 8.59 | - |
| YUV | 167.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 41 | 0 | 0.04 | 0.78 | 0.26 | 57.14 | 0.64 | 0.45 |
| Hex | BC | B5 | 29 | 0 | 4 | 4E | 1A | 39 | 40 | 2D |
| Octal | 274 | 265 | 51 | 0 | 4 | 116 | 32 | 71 | 100 | 55 |
| Binary | 10111100 | 10110101 | 101001 | 0 | 100 | 1001110 | 11010 | 111001 | 1000000 | 101101 |
Color Harmonies of #BCB529
Complementary color
Monochromatic Colors of #BCB529
Black with #BCB529
Text Example
Text Example
White with #BCB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB529; }
p { color: rgb(188,181,41); }
H1.HeaderClassName
{
color: #BCB529;
}
.AnyTagClassName
{
color: #BCB529;
}
</style>
background-color css
<style>
a { background-color: #BCB529; }
a { background-color: rgb(188,181,41); }
div.DivClassName
{
background-color: #BCB529;
}
.BgClassName
{
background-color: #BCB529;
}
</style>
border-color css
<style>
span { border-color: #BCB529; }
span { border-color: rgb(188,181,41); }
td.TdClassName
{
border-color: #BCB529;
}
.TagClassName
{
border-color: #BCB529;
}
</style>