Shades of Green Smoke #A8B96A
Tints of Green Smoke #A8B96A
RGB
CMYK
RGB Variations
Color information
#A8B96A (or 0xA8B96A) is known color: Green Smoke. HEX triplet: A8, B9 and 6A. RGB value is (168,185,106). Sum of RGB (Red+Green+Blue) = 168+185+106=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B96A is #574695. Grayscale: #ABABAB. Windows color (decimal): -5719702 or 6994344. OLE color: 6994344.
HSL color Cylindrical-coordinate representation of color #A8B96A: hue angle of 72.91º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8B96A is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 106 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.27 |
| HSL | 72.91º | 0.36% | 0.57% | - |
| HSV(B) | 72.91º | 0.43% | 0.73% | - |
| XYZ | 36.1 | 44.06 | 20.24 | - |
| YUV | 170.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 106 | 0.09 | 0 | 0.43 | 0.27 | 72.91 | 0.36 | 0.57 |
| Hex | A8 | B9 | 6A | 9 | 0 | 2B | 1B | 49 | 24 | 39 |
| Octal | 250 | 271 | 152 | 11 | 0 | 53 | 33 | 111 | 44 | 71 |
| Binary | 10101000 | 10111001 | 1101010 | 1001 | 0 | 101011 | 11011 | 1001001 | 100100 | 111001 |
Color Harmonies of #A8B96A
Complementary color
Monochromatic Colors of #A8B96A
Black with #A8B96A
Text Example
Text Example
White with #A8B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B96A; }
p { color: rgb(168,185,106); }
H1.HeaderClassName
{
color: #A8B96A;
}
.AnyTagClassName
{
color: #A8B96A;
}
</style>
background-color css
<style>
a { background-color: #A8B96A; }
a { background-color: rgb(168,185,106); }
div.DivClassName
{
background-color: #A8B96A;
}
.BgClassName
{
background-color: #A8B96A;
}
</style>
border-color css
<style>
span { border-color: #A8B96A; }
span { border-color: rgb(168,185,106); }
td.TdClassName
{
border-color: #A8B96A;
}
.TagClassName
{
border-color: #A8B96A;
}
</style>