Shades of Earls Green #BCAF1E
Tints of Earls Green #BCAF1E
RGB
CMYK
RGB Variations
Color information
#BCAF1E (or 0xBCAF1E) is known color: Earls Green. HEX triplet: BC, AF and 1E. RGB value is (188,175,30). Sum of RGB (Red+Green+Blue) = 188+175+30=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF1E is #4350E1. Grayscale: #A2A2A2. Windows color (decimal): -4411618 or 2011068. OLE color: 2011068.
HSL color Cylindrical-coordinate representation of color #BCAF1E: hue angle of 55.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCAF1E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 30 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.26 |
| HSL | 55.06º | 0.72% | 0.43% | - |
| HSV(B) | 55.06º | 0.84% | 0.74% | - |
| XYZ | 36.3 | 41.45 | 7.31 | - |
| YUV | 162.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 30 | 0 | 0.07 | 0.84 | 0.26 | 55.06 | 0.72 | 0.43 |
| Hex | BC | AF | 1E | 0 | 7 | 54 | 1A | 37 | 48 | 2B |
| Octal | 274 | 257 | 36 | 0 | 7 | 124 | 32 | 67 | 110 | 53 |
| Binary | 10111100 | 10101111 | 11110 | 0 | 111 | 1010100 | 11010 | 110111 | 1001000 | 101011 |
Color Harmonies of #BCAF1E
Complementary color
Monochromatic Colors of #BCAF1E
Black with #BCAF1E
Text Example
Text Example
White with #BCAF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF1E; }
p { color: rgb(188,175,30); }
H1.HeaderClassName
{
color: #BCAF1E;
}
.AnyTagClassName
{
color: #BCAF1E;
}
</style>
background-color css
<style>
a { background-color: #BCAF1E; }
a { background-color: rgb(188,175,30); }
div.DivClassName
{
background-color: #BCAF1E;
}
.BgClassName
{
background-color: #BCAF1E;
}
</style>
border-color css
<style>
span { border-color: #BCAF1E; }
span { border-color: rgb(188,175,30); }
td.TdClassName
{
border-color: #BCAF1E;
}
.TagClassName
{
border-color: #BCAF1E;
}
</style>