Shades of Green Smoke #A0B26C
Tints of Green Smoke #A0B26C
RGB
CMYK
RGB Variations
Color information
#A0B26C (or 0xA0B26C) is known color: Green Smoke. HEX triplet: A0, B2 and 6C. RGB value is (160,178,108). Sum of RGB (Red+Green+Blue) = 160+178+108=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B26C is #5F4D93. Grayscale: #A4A4A4. Windows color (decimal): -6245780 or 7123616. OLE color: 7123616.
HSL color Cylindrical-coordinate representation of color #A0B26C: hue angle of 75.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0B26C is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 108 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.30 |
| HSL | 75.43º | 0.31% | 0.56% | - |
| HSV(B) | 75.43º | 0.39% | 0.7% | - |
| XYZ | 33.12 | 40.4 | 20.24 | - |
| YUV | 164.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 108 | 0.10 | 0 | 0.39 | 0.30 | 75.43 | 0.31 | 0.56 |
| Hex | A0 | B2 | 6C | A | 0 | 27 | 1E | 4B | 1F | 38 |
| Octal | 240 | 262 | 154 | 12 | 0 | 47 | 36 | 113 | 37 | 70 |
| Binary | 10100000 | 10110010 | 1101100 | 1010 | 0 | 100111 | 11110 | 1001011 | 11111 | 111000 |
Color Harmonies of #A0B26C
Complementary color
Monochromatic Colors of #A0B26C
Black with #A0B26C
Text Example
Text Example
White with #A0B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B26C; }
p { color: rgb(160,178,108); }
H1.HeaderClassName
{
color: #A0B26C;
}
.AnyTagClassName
{
color: #A0B26C;
}
</style>
background-color css
<style>
a { background-color: #A0B26C; }
a { background-color: rgb(160,178,108); }
div.DivClassName
{
background-color: #A0B26C;
}
.BgClassName
{
background-color: #A0B26C;
}
</style>
border-color css
<style>
span { border-color: #A0B26C; }
span { border-color: rgb(160,178,108); }
td.TdClassName
{
border-color: #A0B26C;
}
.TagClassName
{
border-color: #A0B26C;
}
</style>