Shades of Earls Green #BCAE26
Tints of Earls Green #BCAE26
RGB
CMYK
RGB Variations
Color information
#BCAE26 (or 0xBCAE26) is known color: Earls Green. HEX triplet: BC, AE and 26. RGB value is (188,174,38). Sum of RGB (Red+Green+Blue) = 188+174+38=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE26 is #4351D9. Grayscale: #A3A3A3. Windows color (decimal): -4411866 or 2535100. OLE color: 2535100.
HSL color Cylindrical-coordinate representation of color #BCAE26: hue angle of 54.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCAE26 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 38 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.26 |
| HSL | 54.4º | 0.66% | 0.44% | - |
| HSV(B) | 54.4º | 0.8% | 0.74% | - |
| XYZ | 36.22 | 41.1 | 7.86 | - |
| YUV | 162.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 38 | 0 | 0.07 | 0.80 | 0.26 | 54.4 | 0.66 | 0.44 |
| Hex | BC | AE | 26 | 0 | 7 | 50 | 1A | 36 | 42 | 2C |
| Octal | 274 | 256 | 46 | 0 | 7 | 120 | 32 | 66 | 102 | 54 |
| Binary | 10111100 | 10101110 | 100110 | 0 | 111 | 1010000 | 11010 | 110110 | 1000010 | 101100 |
Color Harmonies of #BCAE26
Complementary color
Monochromatic Colors of #BCAE26
Black with #BCAE26
Text Example
Text Example
White with #BCAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE26; }
p { color: rgb(188,174,38); }
H1.HeaderClassName
{
color: #BCAE26;
}
.AnyTagClassName
{
color: #BCAE26;
}
</style>
background-color css
<style>
a { background-color: #BCAE26; }
a { background-color: rgb(188,174,38); }
div.DivClassName
{
background-color: #BCAE26;
}
.BgClassName
{
background-color: #BCAE26;
}
</style>
border-color css
<style>
span { border-color: #BCAE26; }
span { border-color: rgb(188,174,38); }
td.TdClassName
{
border-color: #BCAE26;
}
.TagClassName
{
border-color: #BCAE26;
}
</style>