Shades of Earls Green #BCAF1C
Tints of Earls Green #BCAF1C
RGB
CMYK
RGB Variations
Color information
#BCAF1C (or 0xBCAF1C) is known color: Earls Green. HEX triplet: BC, AF and 1C. RGB value is (188,175,28). Sum of RGB (Red+Green+Blue) = 188+175+28=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF1C is #4350E3. Grayscale: #A2A2A2. Windows color (decimal): -4411620 or 1879996. OLE color: 1879996.
HSL color Cylindrical-coordinate representation of color #BCAF1C: hue angle of 55.12º 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 #BCAF1C is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 28 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.26 |
| HSL | 55.13º | 0.74% | 0.42% | - |
| HSV(B) | 55.13º | 0.85% | 0.74% | - |
| XYZ | 36.28 | 41.44 | 7.18 | - |
| YUV | 162.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 28 | 0 | 0.07 | 0.85 | 0.26 | 55.13 | 0.74 | 0.42 |
| Hex | BC | AF | 1C | 0 | 7 | 55 | 1A | 37 | 4A | 2A |
| Octal | 274 | 257 | 34 | 0 | 7 | 125 | 32 | 67 | 112 | 52 |
| Binary | 10111100 | 10101111 | 11100 | 0 | 111 | 1010101 | 11010 | 110111 | 1001010 | 101010 |
Color Harmonies of #BCAF1C
Complementary color
Monochromatic Colors of #BCAF1C
Black with #BCAF1C
Text Example
Text Example
White with #BCAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF1C; }
p { color: rgb(188,175,28); }
H1.HeaderClassName
{
color: #BCAF1C;
}
.AnyTagClassName
{
color: #BCAF1C;
}
</style>
background-color css
<style>
a { background-color: #BCAF1C; }
a { background-color: rgb(188,175,28); }
div.DivClassName
{
background-color: #BCAF1C;
}
.BgClassName
{
background-color: #BCAF1C;
}
</style>
border-color css
<style>
span { border-color: #BCAF1C; }
span { border-color: rgb(188,175,28); }
td.TdClassName
{
border-color: #BCAF1C;
}
.TagClassName
{
border-color: #BCAF1C;
}
</style>