Shades of Green Smoke #A5B16A
Tints of Green Smoke #A5B16A
RGB
CMYK
RGB Variations
Color information
#A5B16A (or 0xA5B16A) is known color: Green Smoke. HEX triplet: A5, B1 and 6A. RGB value is (165,177,106). Sum of RGB (Red+Green+Blue) = 165+177+106=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B16A is #5A4E95. Grayscale: #A5A5A5. Windows color (decimal): -5918358 or 6992293. OLE color: 6992293.
HSL color Cylindrical-coordinate representation of color #A5B16A: hue angle of 70.14º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5B16A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 106 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.31 |
| HSL | 70.14º | 0.31% | 0.55% | - |
| HSV(B) | 70.14º | 0.4% | 0.69% | - |
| XYZ | 33.84 | 40.48 | 19.67 | - |
| YUV | 165.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 106 | 0.07 | 0 | 0.40 | 0.31 | 70.14 | 0.31 | 0.55 |
| Hex | A5 | B1 | 6A | 7 | 0 | 28 | 1F | 46 | 1F | 37 |
| Octal | 245 | 261 | 152 | 7 | 0 | 50 | 37 | 106 | 37 | 67 |
| Binary | 10100101 | 10110001 | 1101010 | 111 | 0 | 101000 | 11111 | 1000110 | 11111 | 110111 |
Color Harmonies of #A5B16A
Complementary color
Monochromatic Colors of #A5B16A
Black with #A5B16A
Text Example
Text Example
White with #A5B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B16A; }
p { color: rgb(165,177,106); }
H1.HeaderClassName
{
color: #A5B16A;
}
.AnyTagClassName
{
color: #A5B16A;
}
</style>
background-color css
<style>
a { background-color: #A5B16A; }
a { background-color: rgb(165,177,106); }
div.DivClassName
{
background-color: #A5B16A;
}
.BgClassName
{
background-color: #A5B16A;
}
</style>
border-color css
<style>
span { border-color: #A5B16A; }
span { border-color: rgb(165,177,106); }
td.TdClassName
{
border-color: #A5B16A;
}
.TagClassName
{
border-color: #A5B16A;
}
</style>