Shades of Green Smoke #A8BC63
Tints of Green Smoke #A8BC63
RGB
CMYK
RGB Variations
Color information
#A8BC63 (or 0xA8BC63) is known color: Green Smoke. HEX triplet: A8, BC and 63. RGB value is (168,188,99). Sum of RGB (Red+Green+Blue) = 168+188+99=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC63 is #57439C. Grayscale: #ACACAC. Windows color (decimal): -5718941 or 6536360. OLE color: 6536360.
HSL color Cylindrical-coordinate representation of color #A8BC63: hue angle of 73.48º 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 #A8BC63 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 99 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.26 |
| HSL | 73.48º | 0.4% | 0.56% | - |
| HSV(B) | 73.48º | 0.47% | 0.74% | - |
| XYZ | 36.38 | 45.19 | 18.61 | - |
| YUV | 171.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 99 | 0.11 | 0 | 0.47 | 0.26 | 73.48 | 0.4 | 0.56 |
| Hex | A8 | BC | 63 | B | 0 | 2F | 1A | 49 | 28 | 38 |
| Octal | 250 | 274 | 143 | 13 | 0 | 57 | 32 | 111 | 50 | 70 |
| Binary | 10101000 | 10111100 | 1100011 | 1011 | 0 | 101111 | 11010 | 1001001 | 101000 | 111000 |
Color Harmonies of #A8BC63
Complementary color
Monochromatic Colors of #A8BC63
Black with #A8BC63
Text Example
Text Example
White with #A8BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC63; }
p { color: rgb(168,188,99); }
H1.HeaderClassName
{
color: #A8BC63;
}
.AnyTagClassName
{
color: #A8BC63;
}
</style>
background-color css
<style>
a { background-color: #A8BC63; }
a { background-color: rgb(168,188,99); }
div.DivClassName
{
background-color: #A8BC63;
}
.BgClassName
{
background-color: #A8BC63;
}
</style>
border-color css
<style>
span { border-color: #A8BC63; }
span { border-color: rgb(168,188,99); }
td.TdClassName
{
border-color: #A8BC63;
}
.TagClassName
{
border-color: #A8BC63;
}
</style>