Shades of Earls Green #BCB729
Tints of Earls Green #BCB729
RGB
CMYK
RGB Variations
Color information
#BCB729 (or 0xBCB729) is known color: Earls Green. HEX triplet: BC, B7 and 29. RGB value is (188,183,41). Sum of RGB (Red+Green+Blue) = 188+183+41=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB729 is #4348D6. Grayscale: #A8A8A8. Windows color (decimal): -4409559 or 2734012. OLE color: 2734012.
HSL color Cylindrical-coordinate representation of color #BCB729: hue angle of 57.96º 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 #BCB729 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 41 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.26 |
| HSL | 57.96º | 0.64% | 0.45% | - |
| HSV(B) | 57.96º | 0.78% | 0.74% | - |
| XYZ | 38.07 | 44.72 | 8.72 | - |
| YUV | 168.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 41 | 0 | 0.03 | 0.78 | 0.26 | 57.96 | 0.64 | 0.45 |
| Hex | BC | B7 | 29 | 0 | 3 | 4E | 1A | 3A | 40 | 2D |
| Octal | 274 | 267 | 51 | 0 | 3 | 116 | 32 | 72 | 100 | 55 |
| Binary | 10111100 | 10110111 | 101001 | 0 | 11 | 1001110 | 11010 | 111010 | 1000000 | 101101 |
Color Harmonies of #BCB729
Complementary color
Monochromatic Colors of #BCB729
Black with #BCB729
Text Example
Text Example
White with #BCB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB729; }
p { color: rgb(188,183,41); }
H1.HeaderClassName
{
color: #BCB729;
}
.AnyTagClassName
{
color: #BCB729;
}
</style>
background-color css
<style>
a { background-color: #BCB729; }
a { background-color: rgb(188,183,41); }
div.DivClassName
{
background-color: #BCB729;
}
.BgClassName
{
background-color: #BCB729;
}
</style>
border-color css
<style>
span { border-color: #BCB729; }
span { border-color: rgb(188,183,41); }
td.TdClassName
{
border-color: #BCB729;
}
.TagClassName
{
border-color: #BCB729;
}
</style>