Shades of Green Smoke #A7BC63
Tints of Green Smoke #A7BC63
RGB
CMYK
RGB Variations
Color information
#A7BC63 (or 0xA7BC63) is known color: Green Smoke. HEX triplet: A7, BC and 63. RGB value is (167,188,99). Sum of RGB (Red+Green+Blue) = 167+188+99=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BC63 is #58439C. Grayscale: #ABABAB. Windows color (decimal): -5784477 or 6536359. OLE color: 6536359.
HSL color Cylindrical-coordinate representation of color #A7BC63: hue angle of 74.16º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7BC63 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 99 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.26 |
| HSL | 74.16º | 0.4% | 0.56% | - |
| HSV(B) | 74.16º | 0.47% | 0.74% | - |
| XYZ | 36.17 | 45.08 | 18.6 | - |
| YUV | 171.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 99 | 0.11 | 0 | 0.47 | 0.26 | 74.16 | 0.4 | 0.56 |
| Hex | A7 | BC | 63 | B | 0 | 2F | 1A | 4A | 28 | 38 |
| Octal | 247 | 274 | 143 | 13 | 0 | 57 | 32 | 112 | 50 | 70 |
| Binary | 10100111 | 10111100 | 1100011 | 1011 | 0 | 101111 | 11010 | 1001010 | 101000 | 111000 |
Color Harmonies of #A7BC63
Complementary color
Monochromatic Colors of #A7BC63
Black with #A7BC63
Text Example
Text Example
White with #A7BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC63; }
p { color: rgb(167,188,99); }
H1.HeaderClassName
{
color: #A7BC63;
}
.AnyTagClassName
{
color: #A7BC63;
}
</style>
background-color css
<style>
a { background-color: #A7BC63; }
a { background-color: rgb(167,188,99); }
div.DivClassName
{
background-color: #A7BC63;
}
.BgClassName
{
background-color: #A7BC63;
}
</style>
border-color css
<style>
span { border-color: #A7BC63; }
span { border-color: rgb(167,188,99); }
td.TdClassName
{
border-color: #A7BC63;
}
.TagClassName
{
border-color: #A7BC63;
}
</style>