Shades of Earls Green #BCAC31
Tints of Earls Green #BCAC31
RGB
CMYK
RGB Variations
Color information
#BCAC31 (or 0xBCAC31) is known color: Earls Green. HEX triplet: BC, AC and 31. RGB value is (188,172,49). Sum of RGB (Red+Green+Blue) = 188+172+49=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC31 is #4353CE. Grayscale: #A3A3A3. Windows color (decimal): -4412367 or 3255484. OLE color: 3255484.
HSL color Cylindrical-coordinate representation of color #BCAC31: hue angle of 53.09º 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 #BCAC31 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 49 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.26 |
| HSL | 53.09º | 0.59% | 0.46% | - |
| HSV(B) | 53.09º | 0.74% | 0.74% | - |
| XYZ | 36.05 | 40.42 | 8.81 | - |
| YUV | 162.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 49 | 0 | 0.09 | 0.74 | 0.26 | 53.09 | 0.59 | 0.46 |
| Hex | BC | AC | 31 | 0 | 9 | 4A | 1A | 35 | 3B | 2E |
| Octal | 274 | 254 | 61 | 0 | 11 | 112 | 32 | 65 | 73 | 56 |
| Binary | 10111100 | 10101100 | 110001 | 0 | 1001 | 1001010 | 11010 | 110101 | 111011 | 101110 |
Color Harmonies of #BCAC31
Complementary color
Monochromatic Colors of #BCAC31
Black with #BCAC31
Text Example
Text Example
White with #BCAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC31; }
p { color: rgb(188,172,49); }
H1.HeaderClassName
{
color: #BCAC31;
}
.AnyTagClassName
{
color: #BCAC31;
}
</style>
background-color css
<style>
a { background-color: #BCAC31; }
a { background-color: rgb(188,172,49); }
div.DivClassName
{
background-color: #BCAC31;
}
.BgClassName
{
background-color: #BCAC31;
}
</style>
border-color css
<style>
span { border-color: #BCAC31; }
span { border-color: rgb(188,172,49); }
td.TdClassName
{
border-color: #BCAC31;
}
.TagClassName
{
border-color: #BCAC31;
}
</style>