Shades of Earls Green #BCAF1B
Tints of Earls Green #BCAF1B
RGB
CMYK
RGB Variations
Color information
#BCAF1B (or 0xBCAF1B) is known color: Earls Green. HEX triplet: BC, AF and 1B. RGB value is (188,175,27). Sum of RGB (Red+Green+Blue) = 188+175+27=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF1B is #4350E4. Grayscale: #A2A2A2. Windows color (decimal): -4411621 or 1814460. OLE color: 1814460.
HSL color Cylindrical-coordinate representation of color #BCAF1B: hue angle of 55.16º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCAF1B is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 27 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.26 |
| HSL | 55.16º | 0.75% | 0.42% | - |
| HSV(B) | 55.16º | 0.86% | 0.74% | - |
| XYZ | 36.27 | 41.43 | 7.12 | - |
| YUV | 162.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 27 | 0 | 0.07 | 0.86 | 0.26 | 55.16 | 0.75 | 0.42 |
| Hex | BC | AF | 1B | 0 | 7 | 56 | 1A | 37 | 4B | 2A |
| Octal | 274 | 257 | 33 | 0 | 7 | 126 | 32 | 67 | 113 | 52 |
| Binary | 10111100 | 10101111 | 11011 | 0 | 111 | 1010110 | 11010 | 110111 | 1001011 | 101010 |
Color Harmonies of #BCAF1B
Complementary color
Monochromatic Colors of #BCAF1B
Black with #BCAF1B
Text Example
Text Example
White with #BCAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF1B; }
p { color: rgb(188,175,27); }
H1.HeaderClassName
{
color: #BCAF1B;
}
.AnyTagClassName
{
color: #BCAF1B;
}
</style>
background-color css
<style>
a { background-color: #BCAF1B; }
a { background-color: rgb(188,175,27); }
div.DivClassName
{
background-color: #BCAF1B;
}
.BgClassName
{
background-color: #BCAF1B;
}
</style>
border-color css
<style>
span { border-color: #BCAF1B; }
span { border-color: rgb(188,175,27); }
td.TdClassName
{
border-color: #BCAF1B;
}
.TagClassName
{
border-color: #BCAF1B;
}
</style>