Shades of Green Smoke #A5B26C
Tints of Green Smoke #A5B26C
RGB
CMYK
RGB Variations
Color information
#A5B26C (or 0xA5B26C) is known color: Green Smoke. HEX triplet: A5, B2 and 6C. RGB value is (165,178,108). Sum of RGB (Red+Green+Blue) = 165+178+108=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B26C is #5A4D93. Grayscale: #A6A6A6. Windows color (decimal): -5918100 or 7123621. OLE color: 7123621.
HSL color Cylindrical-coordinate representation of color #A5B26C: hue angle of 71.14º 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 #A5B26C is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 108 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.30 |
| HSL | 71.14º | 0.31% | 0.56% | - |
| HSV(B) | 71.14º | 0.39% | 0.7% | - |
| XYZ | 34.14 | 40.92 | 20.29 | - |
| YUV | 166.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 108 | 0.07 | 0 | 0.39 | 0.30 | 71.14 | 0.31 | 0.56 |
| Hex | A5 | B2 | 6C | 7 | 0 | 27 | 1E | 47 | 1F | 38 |
| Octal | 245 | 262 | 154 | 7 | 0 | 47 | 36 | 107 | 37 | 70 |
| Binary | 10100101 | 10110010 | 1101100 | 111 | 0 | 100111 | 11110 | 1000111 | 11111 | 111000 |
Color Harmonies of #A5B26C
Complementary color
Monochromatic Colors of #A5B26C
Black with #A5B26C
Text Example
Text Example
White with #A5B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B26C; }
p { color: rgb(165,178,108); }
H1.HeaderClassName
{
color: #A5B26C;
}
.AnyTagClassName
{
color: #A5B26C;
}
</style>
background-color css
<style>
a { background-color: #A5B26C; }
a { background-color: rgb(165,178,108); }
div.DivClassName
{
background-color: #A5B26C;
}
.BgClassName
{
background-color: #A5B26C;
}
</style>
border-color css
<style>
span { border-color: #A5B26C; }
span { border-color: rgb(165,178,108); }
td.TdClassName
{
border-color: #A5B26C;
}
.TagClassName
{
border-color: #A5B26C;
}
</style>