Shades of Earls Green #BCAE30
Tints of Earls Green #BCAE30
RGB
CMYK
RGB Variations
Color information
#BCAE30 (or 0xBCAE30) is known color: Earls Green. HEX triplet: BC, AE and 30. RGB value is (188,174,48). Sum of RGB (Red+Green+Blue) = 188+174+48=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE30 is #4351CF. Grayscale: #A4A4A4. Windows color (decimal): -4411856 or 3190460. OLE color: 3190460.
HSL color Cylindrical-coordinate representation of color #BCAE30: hue angle of 54º 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 #BCAE30 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 48 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.26 |
| HSL | 54º | 0.59% | 0.46% | - |
| HSV(B) | 54º | 0.74% | 0.74% | - |
| XYZ | 36.41 | 41.18 | 8.83 | - |
| YUV | 163.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 48 | 0 | 0.07 | 0.74 | 0.26 | 54 | 0.59 | 0.46 |
| Hex | BC | AE | 30 | 0 | 7 | 4A | 1A | 36 | 3B | 2E |
| Octal | 274 | 256 | 60 | 0 | 7 | 112 | 32 | 66 | 73 | 56 |
| Binary | 10111100 | 10101110 | 110000 | 0 | 111 | 1001010 | 11010 | 110110 | 111011 | 101110 |
Color Harmonies of #BCAE30
Complementary color
Monochromatic Colors of #BCAE30
Black with #BCAE30
Text Example
Text Example
White with #BCAE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE30; }
p { color: rgb(188,174,48); }
H1.HeaderClassName
{
color: #BCAE30;
}
.AnyTagClassName
{
color: #BCAE30;
}
</style>
background-color css
<style>
a { background-color: #BCAE30; }
a { background-color: rgb(188,174,48); }
div.DivClassName
{
background-color: #BCAE30;
}
.BgClassName
{
background-color: #BCAE30;
}
</style>
border-color css
<style>
span { border-color: #BCAE30; }
span { border-color: rgb(188,174,48); }
td.TdClassName
{
border-color: #BCAE30;
}
.TagClassName
{
border-color: #BCAE30;
}
</style>