Shades of Green Smoke #A5B35A
Tints of Green Smoke #A5B35A
RGB
CMYK
RGB Variations
Color information
#A5B35A (or 0xA5B35A) is known color: Green Smoke. HEX triplet: A5, B3 and 5A. RGB value is (165,179,90). Sum of RGB (Red+Green+Blue) = 165+179+90=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B35A is #5A4CA5. Grayscale: #A5A5A5. Windows color (decimal): -5917862 or 5944229. OLE color: 5944229.
HSL color Cylindrical-coordinate representation of color #A5B35A: hue angle of 69.44º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5B35A is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 90 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.30 |
| HSL | 69.44º | 0.37% | 0.53% | - |
| HSV(B) | 69.44º | 0.5% | 0.7% | - |
| XYZ | 33.48 | 40.98 | 15.82 | - |
| YUV | 164.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 90 | 0.08 | 0 | 0.50 | 0.30 | 69.44 | 0.37 | 0.53 |
| Hex | A5 | B3 | 5A | 8 | 0 | 32 | 1E | 45 | 25 | 35 |
| Octal | 245 | 263 | 132 | 10 | 0 | 62 | 36 | 105 | 45 | 65 |
| Binary | 10100101 | 10110011 | 1011010 | 1000 | 0 | 110010 | 11110 | 1000101 | 100101 | 110101 |
Color Harmonies of #A5B35A
Complementary color
Monochromatic Colors of #A5B35A
Black with #A5B35A
Text Example
Text Example
White with #A5B35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B35A; }
p { color: rgb(165,179,90); }
H1.HeaderClassName
{
color: #A5B35A;
}
.AnyTagClassName
{
color: #A5B35A;
}
</style>
background-color css
<style>
a { background-color: #A5B35A; }
a { background-color: rgb(165,179,90); }
div.DivClassName
{
background-color: #A5B35A;
}
.BgClassName
{
background-color: #A5B35A;
}
</style>
border-color css
<style>
span { border-color: #A5B35A; }
span { border-color: rgb(165,179,90); }
td.TdClassName
{
border-color: #A5B35A;
}
.TagClassName
{
border-color: #A5B35A;
}
</style>