Shades of Green Smoke #A5B56A
Tints of Green Smoke #A5B56A
RGB
CMYK
RGB Variations
Color information
#A5B56A (or 0xA5B56A) is known color: Green Smoke. HEX triplet: A5, B5 and 6A. RGB value is (165,181,106). Sum of RGB (Red+Green+Blue) = 165+181+106=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B56A is #5A4A95. Grayscale: #A7A7A7. Windows color (decimal): -5917334 or 6993317. OLE color: 6993317.
HSL color Cylindrical-coordinate representation of color #A5B56A: hue angle of 72.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5B56A is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 106 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.29 |
| HSL | 72.8º | 0.34% | 0.56% | - |
| HSV(B) | 72.8º | 0.41% | 0.71% | - |
| XYZ | 34.64 | 42.09 | 19.93 | - |
| YUV | 167.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 106 | 0.09 | 0 | 0.41 | 0.29 | 72.8 | 0.34 | 0.56 |
| Hex | A5 | B5 | 6A | 9 | 0 | 29 | 1D | 49 | 22 | 38 |
| Octal | 245 | 265 | 152 | 11 | 0 | 51 | 35 | 111 | 42 | 70 |
| Binary | 10100101 | 10110101 | 1101010 | 1001 | 0 | 101001 | 11101 | 1001001 | 100010 | 111000 |
Color Harmonies of #A5B56A
Complementary color
Monochromatic Colors of #A5B56A
Black with #A5B56A
Text Example
Text Example
White with #A5B56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B56A; }
p { color: rgb(165,181,106); }
H1.HeaderClassName
{
color: #A5B56A;
}
.AnyTagClassName
{
color: #A5B56A;
}
</style>
background-color css
<style>
a { background-color: #A5B56A; }
a { background-color: rgb(165,181,106); }
div.DivClassName
{
background-color: #A5B56A;
}
.BgClassName
{
background-color: #A5B56A;
}
</style>
border-color css
<style>
span { border-color: #A5B56A; }
span { border-color: rgb(165,181,106); }
td.TdClassName
{
border-color: #A5B56A;
}
.TagClassName
{
border-color: #A5B56A;
}
</style>