Shades of Earls Green #BCA812
Tints of Earls Green #BCA812
RGB
CMYK
RGB Variations
Color information
#BCA812 (or 0xBCA812) is known color: Earls Green. HEX triplet: BC, A8 and 12. RGB value is (188,168,18). Sum of RGB (Red+Green+Blue) = 188+168+18=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA812 is #4357ED. Grayscale: #9D9D9D. Windows color (decimal): -4413422 or 1222844. OLE color: 1222844.
HSL color Cylindrical-coordinate representation of color #BCA812: hue angle of 52.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCA812 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 18 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.26 |
| HSL | 52.94º | 0.83% | 0.4% | - |
| HSV(B) | 52.94º | 0.9% | 0.74% | - |
| XYZ | 34.85 | 38.74 | 6.21 | - |
| YUV | 156.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 18 | 0 | 0.11 | 0.90 | 0.26 | 52.94 | 0.83 | 0.4 |
| Hex | BC | A8 | 12 | 0 | B | 5A | 1A | 35 | 53 | 28 |
| Octal | 274 | 250 | 22 | 0 | 13 | 132 | 32 | 65 | 123 | 50 |
| Binary | 10111100 | 10101000 | 10010 | 0 | 1011 | 1011010 | 11010 | 110101 | 1010011 | 101000 |
Color Harmonies of #BCA812
Complementary color
Monochromatic Colors of #BCA812
Black with #BCA812
Text Example
Text Example
White with #BCA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA812; }
p { color: rgb(188,168,18); }
H1.HeaderClassName
{
color: #BCA812;
}
.AnyTagClassName
{
color: #BCA812;
}
</style>
background-color css
<style>
a { background-color: #BCA812; }
a { background-color: rgb(188,168,18); }
div.DivClassName
{
background-color: #BCA812;
}
.BgClassName
{
background-color: #BCA812;
}
</style>
border-color css
<style>
span { border-color: #BCA812; }
span { border-color: rgb(188,168,18); }
td.TdClassName
{
border-color: #BCA812;
}
.TagClassName
{
border-color: #BCA812;
}
</style>