Shades of Green Smoke #A8B26F
Tints of Green Smoke #A8B26F
RGB
CMYK
RGB Variations
Color information
#A8B26F (or 0xA8B26F) is known color: Green Smoke. HEX triplet: A8, B2 and 6F. RGB value is (168,178,111). Sum of RGB (Red+Green+Blue) = 168+178+111=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B26F is #574D90. Grayscale: #A7A7A7. Windows color (decimal): -5721489 or 7320232. OLE color: 7320232.
HSL color Cylindrical-coordinate representation of color #A8B26F: hue angle of 68.96º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8B26F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 111 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.30 |
| HSL | 68.96º | 0.3% | 0.57% | - |
| HSV(B) | 68.96º | 0.38% | 0.7% | - |
| XYZ | 34.94 | 41.31 | 21.17 | - |
| YUV | 167.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 111 | 0.06 | 0 | 0.38 | 0.30 | 68.96 | 0.3 | 0.57 |
| Hex | A8 | B2 | 6F | 6 | 0 | 26 | 1E | 45 | 1E | 39 |
| Octal | 250 | 262 | 157 | 6 | 0 | 46 | 36 | 105 | 36 | 71 |
| Binary | 10101000 | 10110010 | 1101111 | 110 | 0 | 100110 | 11110 | 1000101 | 11110 | 111001 |
Color Harmonies of #A8B26F
Complementary color
Monochromatic Colors of #A8B26F
Black with #A8B26F
Text Example
Text Example
White with #A8B26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B26F; }
p { color: rgb(168,178,111); }
H1.HeaderClassName
{
color: #A8B26F;
}
.AnyTagClassName
{
color: #A8B26F;
}
</style>
background-color css
<style>
a { background-color: #A8B26F; }
a { background-color: rgb(168,178,111); }
div.DivClassName
{
background-color: #A8B26F;
}
.BgClassName
{
background-color: #A8B26F;
}
</style>
border-color css
<style>
span { border-color: #A8B26F; }
span { border-color: rgb(168,178,111); }
td.TdClassName
{
border-color: #A8B26F;
}
.TagClassName
{
border-color: #A8B26F;
}
</style>