Shades of Earls Green #BCAC26
Tints of Earls Green #BCAC26
RGB
CMYK
RGB Variations
Color information
#BCAC26 (or 0xBCAC26) is known color: Earls Green. HEX triplet: BC, AC and 26. RGB value is (188,172,38). Sum of RGB (Red+Green+Blue) = 188+172+38=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC26 is #4353D9. Grayscale: #A2A2A2. Windows color (decimal): -4412378 or 2534588. OLE color: 2534588.
HSL color Cylindrical-coordinate representation of color #BCAC26: hue angle of 53.6º 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 #BCAC26 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 38 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.26 |
| HSL | 53.6º | 0.66% | 0.44% | - |
| HSV(B) | 53.6º | 0.8% | 0.74% | - |
| XYZ | 35.84 | 40.34 | 7.73 | - |
| YUV | 161.51 | 58.3 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 38 | 0 | 0.09 | 0.80 | 0.26 | 53.6 | 0.66 | 0.44 |
| Hex | BC | AC | 26 | 0 | 9 | 50 | 1A | 36 | 42 | 2C |
| Octal | 274 | 254 | 46 | 0 | 11 | 120 | 32 | 66 | 102 | 54 |
| Binary | 10111100 | 10101100 | 100110 | 0 | 1001 | 1010000 | 11010 | 110110 | 1000010 | 101100 |
Color Harmonies of #BCAC26
Complementary color
Monochromatic Colors of #BCAC26
Black with #BCAC26
Text Example
Text Example
White with #BCAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC26; }
p { color: rgb(188,172,38); }
H1.HeaderClassName
{
color: #BCAC26;
}
.AnyTagClassName
{
color: #BCAC26;
}
</style>
background-color css
<style>
a { background-color: #BCAC26; }
a { background-color: rgb(188,172,38); }
div.DivClassName
{
background-color: #BCAC26;
}
.BgClassName
{
background-color: #BCAC26;
}
</style>
border-color css
<style>
span { border-color: #BCAC26; }
span { border-color: rgb(188,172,38); }
td.TdClassName
{
border-color: #BCAC26;
}
.TagClassName
{
border-color: #BCAC26;
}
</style>