Shades of Earls Green #BCAD32
Tints of Earls Green #BCAD32
RGB
CMYK
RGB Variations
Color information
#BCAD32 (or 0xBCAD32) is known color: Earls Green. HEX triplet: BC, AD and 32. RGB value is (188,173,50). Sum of RGB (Red+Green+Blue) = 188+173+50=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD32 is #4352CD. Grayscale: #A3A3A3. Windows color (decimal): -4412110 or 3321276. OLE color: 3321276.
HSL color Cylindrical-coordinate representation of color #BCAD32: hue angle of 53.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCAD32 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 50 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.26 |
| HSL | 53.48º | 0.58% | 0.47% | - |
| HSV(B) | 53.48º | 0.73% | 0.74% | - |
| XYZ | 36.26 | 40.81 | 8.98 | - |
| YUV | 163.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 50 | 0 | 0.08 | 0.73 | 0.26 | 53.48 | 0.58 | 0.47 |
| Hex | BC | AD | 32 | 0 | 8 | 49 | 1A | 35 | 3A | 2F |
| Octal | 274 | 255 | 62 | 0 | 10 | 111 | 32 | 65 | 72 | 57 |
| Binary | 10111100 | 10101101 | 110010 | 0 | 1000 | 1001001 | 11010 | 110101 | 111010 | 101111 |
Color Harmonies of #BCAD32
Complementary color
Monochromatic Colors of #BCAD32
Black with #BCAD32
Text Example
Text Example
White with #BCAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD32; }
p { color: rgb(188,173,50); }
H1.HeaderClassName
{
color: #BCAD32;
}
.AnyTagClassName
{
color: #BCAD32;
}
</style>
background-color css
<style>
a { background-color: #BCAD32; }
a { background-color: rgb(188,173,50); }
div.DivClassName
{
background-color: #BCAD32;
}
.BgClassName
{
background-color: #BCAD32;
}
</style>
border-color css
<style>
span { border-color: #BCAD32; }
span { border-color: rgb(188,173,50); }
td.TdClassName
{
border-color: #BCAD32;
}
.TagClassName
{
border-color: #BCAD32;
}
</style>