Shades of Green Smoke #A8BA68
Tints of Green Smoke #A8BA68
RGB
CMYK
RGB Variations
Color information
#A8BA68 (or 0xA8BA68) is known color: Green Smoke. HEX triplet: A8, BA and 68. RGB value is (168,186,104). Sum of RGB (Red+Green+Blue) = 168+186+104=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA68 is #574597. Grayscale: #ABABAB. Windows color (decimal): -5719448 or 6863528. OLE color: 6863528.
HSL color Cylindrical-coordinate representation of color #A8BA68: hue angle of 73.17º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8BA68 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 104 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.27 |
| HSL | 73.17º | 0.37% | 0.57% | - |
| HSV(B) | 73.17º | 0.44% | 0.73% | - |
| XYZ | 36.21 | 44.44 | 19.77 | - |
| YUV | 171.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 104 | 0.10 | 0 | 0.44 | 0.27 | 73.17 | 0.37 | 0.57 |
| Hex | A8 | BA | 68 | A | 0 | 2C | 1B | 49 | 25 | 39 |
| Octal | 250 | 272 | 150 | 12 | 0 | 54 | 33 | 111 | 45 | 71 |
| Binary | 10101000 | 10111010 | 1101000 | 1010 | 0 | 101100 | 11011 | 1001001 | 100101 | 111001 |
Color Harmonies of #A8BA68
Complementary color
Monochromatic Colors of #A8BA68
Black with #A8BA68
Text Example
Text Example
White with #A8BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA68; }
p { color: rgb(168,186,104); }
H1.HeaderClassName
{
color: #A8BA68;
}
.AnyTagClassName
{
color: #A8BA68;
}
</style>
background-color css
<style>
a { background-color: #A8BA68; }
a { background-color: rgb(168,186,104); }
div.DivClassName
{
background-color: #A8BA68;
}
.BgClassName
{
background-color: #A8BA68;
}
</style>
border-color css
<style>
span { border-color: #A8BA68; }
span { border-color: rgb(168,186,104); }
td.TdClassName
{
border-color: #A8BA68;
}
.TagClassName
{
border-color: #A8BA68;
}
</style>