Shades of Green Smoke #A5B15E
Tints of Green Smoke #A5B15E
RGB
CMYK
RGB Variations
Color information
#A5B15E (or 0xA5B15E) is known color: Green Smoke. HEX triplet: A5, B1 and 5E. RGB value is (165,177,94). Sum of RGB (Red+Green+Blue) = 165+177+94=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B15E is #5A4EA1. Grayscale: #A4A4A4. Windows color (decimal): -5918370 or 6205861. OLE color: 6205861.
HSL color Cylindrical-coordinate representation of color #A5B15E: hue angle of 68.67º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5B15E is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 94 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.31 |
| HSL | 68.67º | 0.35% | 0.53% | - |
| HSV(B) | 68.67º | 0.47% | 0.69% | - |
| XYZ | 33.26 | 40.25 | 16.61 | - |
| YUV | 163.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 94 | 0.07 | 0 | 0.47 | 0.31 | 68.67 | 0.35 | 0.53 |
| Hex | A5 | B1 | 5E | 7 | 0 | 2F | 1F | 45 | 23 | 35 |
| Octal | 245 | 261 | 136 | 7 | 0 | 57 | 37 | 105 | 43 | 65 |
| Binary | 10100101 | 10110001 | 1011110 | 111 | 0 | 101111 | 11111 | 1000101 | 100011 | 110101 |
Color Harmonies of #A5B15E
Complementary color
Monochromatic Colors of #A5B15E
Black with #A5B15E
Text Example
Text Example
White with #A5B15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B15E; }
p { color: rgb(165,177,94); }
H1.HeaderClassName
{
color: #A5B15E;
}
.AnyTagClassName
{
color: #A5B15E;
}
</style>
background-color css
<style>
a { background-color: #A5B15E; }
a { background-color: rgb(165,177,94); }
div.DivClassName
{
background-color: #A5B15E;
}
.BgClassName
{
background-color: #A5B15E;
}
</style>
border-color css
<style>
span { border-color: #A5B15E; }
span { border-color: rgb(165,177,94); }
td.TdClassName
{
border-color: #A5B15E;
}
.TagClassName
{
border-color: #A5B15E;
}
</style>