Shades of Earls Green #BCA31C
Tints of Earls Green #BCA31C
RGB
CMYK
RGB Variations
Color information
#BCA31C (or 0xBCA31C) is known color: Earls Green. HEX triplet: BC, A3 and 1C. RGB value is (188,163,28). Sum of RGB (Red+Green+Blue) = 188+163+28=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA31C is #435CE3. Grayscale: #9B9B9B. Windows color (decimal): -4414692 or 1876924. OLE color: 1876924.
HSL color Cylindrical-coordinate representation of color #BCA31C: hue angle of 50.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCA31C is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 28 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.26 |
| HSL | 50.63º | 0.74% | 0.42% | - |
| HSV(B) | 50.63º | 0.85% | 0.74% | - |
| XYZ | 34.05 | 36.97 | 6.44 | - |
| YUV | 155.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 28 | 0 | 0.13 | 0.85 | 0.26 | 50.63 | 0.74 | 0.42 |
| Hex | BC | A3 | 1C | 0 | D | 55 | 1A | 33 | 4A | 2A |
| Octal | 274 | 243 | 34 | 0 | 15 | 125 | 32 | 63 | 112 | 52 |
| Binary | 10111100 | 10100011 | 11100 | 0 | 1101 | 1010101 | 11010 | 110011 | 1001010 | 101010 |
Color Harmonies of #BCA31C
Complementary color
Monochromatic Colors of #BCA31C
Black with #BCA31C
Text Example
Text Example
White with #BCA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA31C; }
p { color: rgb(188,163,28); }
H1.HeaderClassName
{
color: #BCA31C;
}
.AnyTagClassName
{
color: #BCA31C;
}
</style>
background-color css
<style>
a { background-color: #BCA31C; }
a { background-color: rgb(188,163,28); }
div.DivClassName
{
background-color: #BCA31C;
}
.BgClassName
{
background-color: #BCA31C;
}
</style>
border-color css
<style>
span { border-color: #BCA31C; }
span { border-color: rgb(188,163,28); }
td.TdClassName
{
border-color: #BCA31C;
}
.TagClassName
{
border-color: #BCA31C;
}
</style>