Shades of Green Smoke #A5BA5E
Tints of Green Smoke #A5BA5E
RGB
CMYK
RGB Variations
Color information
#A5BA5E (or 0xA5BA5E) is known color: Green Smoke. HEX triplet: A5, BA and 5E. RGB value is (165,186,94). Sum of RGB (Red+Green+Blue) = 165+186+94=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA5E is #5A45A1. Grayscale: #A9A9A9. Windows color (decimal): -5916066 or 6208165. OLE color: 6208165.
HSL color Cylindrical-coordinate representation of color #A5BA5E: hue angle of 73.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5BA5E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 94 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.27 |
| HSL | 73.7º | 0.4% | 0.55% | - |
| HSV(B) | 73.7º | 0.49% | 0.73% | - |
| XYZ | 35.1 | 43.93 | 17.22 | - |
| YUV | 169.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 94 | 0.11 | 0 | 0.49 | 0.27 | 73.7 | 0.4 | 0.55 |
| Hex | A5 | BA | 5E | B | 0 | 31 | 1B | 4A | 28 | 37 |
| Octal | 245 | 272 | 136 | 13 | 0 | 61 | 33 | 112 | 50 | 67 |
| Binary | 10100101 | 10111010 | 1011110 | 1011 | 0 | 110001 | 11011 | 1001010 | 101000 | 110111 |
Color Harmonies of #A5BA5E
Complementary color
Monochromatic Colors of #A5BA5E
Black with #A5BA5E
Text Example
Text Example
White with #A5BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA5E; }
p { color: rgb(165,186,94); }
H1.HeaderClassName
{
color: #A5BA5E;
}
.AnyTagClassName
{
color: #A5BA5E;
}
</style>
background-color css
<style>
a { background-color: #A5BA5E; }
a { background-color: rgb(165,186,94); }
div.DivClassName
{
background-color: #A5BA5E;
}
.BgClassName
{
background-color: #A5BA5E;
}
</style>
border-color css
<style>
span { border-color: #A5BA5E; }
span { border-color: rgb(165,186,94); }
td.TdClassName
{
border-color: #A5BA5E;
}
.TagClassName
{
border-color: #A5BA5E;
}
</style>