Shades of Earls Green #BCAE29
Tints of Earls Green #BCAE29
RGB
CMYK
RGB Variations
Color information
#BCAE29 (or 0xBCAE29) is known color: Earls Green. HEX triplet: BC, AE and 29. RGB value is (188,174,41). Sum of RGB (Red+Green+Blue) = 188+174+41=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE29 is #4351D6. Grayscale: #A3A3A3. Windows color (decimal): -4411863 or 2731708. OLE color: 2731708.
HSL color Cylindrical-coordinate representation of color #BCAE29: hue angle of 54.29º 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 #BCAE29 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 41 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.26 |
| HSL | 54.29º | 0.64% | 0.45% | - |
| HSV(B) | 54.29º | 0.78% | 0.74% | - |
| XYZ | 36.28 | 41.12 | 8.12 | - |
| YUV | 163.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 41 | 0 | 0.07 | 0.78 | 0.26 | 54.29 | 0.64 | 0.45 |
| Hex | BC | AE | 29 | 0 | 7 | 4E | 1A | 36 | 40 | 2D |
| Octal | 274 | 256 | 51 | 0 | 7 | 116 | 32 | 66 | 100 | 55 |
| Binary | 10111100 | 10101110 | 101001 | 0 | 111 | 1001110 | 11010 | 110110 | 1000000 | 101101 |
Color Harmonies of #BCAE29
Complementary color
Monochromatic Colors of #BCAE29
Black with #BCAE29
Text Example
Text Example
White with #BCAE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE29; }
p { color: rgb(188,174,41); }
H1.HeaderClassName
{
color: #BCAE29;
}
.AnyTagClassName
{
color: #BCAE29;
}
</style>
background-color css
<style>
a { background-color: #BCAE29; }
a { background-color: rgb(188,174,41); }
div.DivClassName
{
background-color: #BCAE29;
}
.BgClassName
{
background-color: #BCAE29;
}
</style>
border-color css
<style>
span { border-color: #BCAE29; }
span { border-color: rgb(188,174,41); }
td.TdClassName
{
border-color: #BCAE29;
}
.TagClassName
{
border-color: #BCAE29;
}
</style>