Shades of Green Smoke #A8BA67
Tints of Green Smoke #A8BA67
RGB
CMYK
RGB Variations
Color information
#A8BA67 (or 0xA8BA67) is known color: Green Smoke. HEX triplet: A8, BA and 67. RGB value is (168,186,103). Sum of RGB (Red+Green+Blue) = 168+186+103=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA67 is #574598. Grayscale: #ABABAB. Windows color (decimal): -5719449 or 6797992. OLE color: 6797992.
HSL color Cylindrical-coordinate representation of color #A8BA67: hue angle of 73.01º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8BA67 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 103 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.27 |
| HSL | 73.01º | 0.38% | 0.57% | - |
| HSV(B) | 73.01º | 0.45% | 0.73% | - |
| XYZ | 36.16 | 44.42 | 19.5 | - |
| YUV | 171.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 103 | 0.10 | 0 | 0.45 | 0.27 | 73.01 | 0.38 | 0.57 |
| Hex | A8 | BA | 67 | A | 0 | 2D | 1B | 49 | 26 | 39 |
| Octal | 250 | 272 | 147 | 12 | 0 | 55 | 33 | 111 | 46 | 71 |
| Binary | 10101000 | 10111010 | 1100111 | 1010 | 0 | 101101 | 11011 | 1001001 | 100110 | 111001 |
Color Harmonies of #A8BA67
Complementary color
Monochromatic Colors of #A8BA67
Black with #A8BA67
Text Example
Text Example
White with #A8BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA67; }
p { color: rgb(168,186,103); }
H1.HeaderClassName
{
color: #A8BA67;
}
.AnyTagClassName
{
color: #A8BA67;
}
</style>
background-color css
<style>
a { background-color: #A8BA67; }
a { background-color: rgb(168,186,103); }
div.DivClassName
{
background-color: #A8BA67;
}
.BgClassName
{
background-color: #A8BA67;
}
</style>
border-color css
<style>
span { border-color: #A8BA67; }
span { border-color: rgb(168,186,103); }
td.TdClassName
{
border-color: #A8BA67;
}
.TagClassName
{
border-color: #A8BA67;
}
</style>