Shades of Earls Green #BCAE1D
Tints of Earls Green #BCAE1D
RGB
CMYK
RGB Variations
Color information
#BCAE1D (or 0xBCAE1D) is known color: Earls Green. HEX triplet: BC, AE and 1D. RGB value is (188,174,29). Sum of RGB (Red+Green+Blue) = 188+174+29=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE1D is #4351E2. Grayscale: #A2A2A2. Windows color (decimal): -4411875 or 1945276. OLE color: 1945276.
HSL color Cylindrical-coordinate representation of color #BCAE1D: hue angle of 54.72º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCAE1D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 29 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.26 |
| HSL | 54.72º | 0.73% | 0.43% | - |
| HSV(B) | 54.72º | 0.85% | 0.74% | - |
| XYZ | 36.1 | 41.05 | 7.18 | - |
| YUV | 161.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 29 | 0 | 0.07 | 0.85 | 0.26 | 54.72 | 0.73 | 0.43 |
| Hex | BC | AE | 1D | 0 | 7 | 55 | 1A | 37 | 49 | 2B |
| Octal | 274 | 256 | 35 | 0 | 7 | 125 | 32 | 67 | 111 | 53 |
| Binary | 10111100 | 10101110 | 11101 | 0 | 111 | 1010101 | 11010 | 110111 | 1001001 | 101011 |
Color Harmonies of #BCAE1D
Complementary color
Monochromatic Colors of #BCAE1D
Black with #BCAE1D
Text Example
Text Example
White with #BCAE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE1D; }
p { color: rgb(188,174,29); }
H1.HeaderClassName
{
color: #BCAE1D;
}
.AnyTagClassName
{
color: #BCAE1D;
}
</style>
background-color css
<style>
a { background-color: #BCAE1D; }
a { background-color: rgb(188,174,29); }
div.DivClassName
{
background-color: #BCAE1D;
}
.BgClassName
{
background-color: #BCAE1D;
}
</style>
border-color css
<style>
span { border-color: #BCAE1D; }
span { border-color: rgb(188,174,29); }
td.TdClassName
{
border-color: #BCAE1D;
}
.TagClassName
{
border-color: #BCAE1D;
}
</style>