Shades of Green Smoke #A6B15A
Tints of Green Smoke #A6B15A
RGB
CMYK
RGB Variations
Color information
#A6B15A (or 0xA6B15A) is known color: Green Smoke. HEX triplet: A6, B1 and 5A. RGB value is (166,177,90). Sum of RGB (Red+Green+Blue) = 166+177+90=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B15A is #594EA5. Grayscale: #A4A4A4. Windows color (decimal): -5852838 or 5943718. OLE color: 5943718.
HSL color Cylindrical-coordinate representation of color #A6B15A: hue angle of 67.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6B15A is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 90 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.31 |
| HSL | 67.59º | 0.36% | 0.52% | - |
| HSV(B) | 67.59º | 0.49% | 0.69% | - |
| XYZ | 33.29 | 40.29 | 15.69 | - |
| YUV | 163.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 90 | 0.06 | 0 | 0.49 | 0.31 | 67.59 | 0.36 | 0.52 |
| Hex | A6 | B1 | 5A | 6 | 0 | 31 | 1F | 44 | 24 | 34 |
| Octal | 246 | 261 | 132 | 6 | 0 | 61 | 37 | 104 | 44 | 64 |
| Binary | 10100110 | 10110001 | 1011010 | 110 | 0 | 110001 | 11111 | 1000100 | 100100 | 110100 |
Color Harmonies of #A6B15A
Complementary color
Monochromatic Colors of #A6B15A
Black with #A6B15A
Text Example
Text Example
White with #A6B15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B15A; }
p { color: rgb(166,177,90); }
H1.HeaderClassName
{
color: #A6B15A;
}
.AnyTagClassName
{
color: #A6B15A;
}
</style>
background-color css
<style>
a { background-color: #A6B15A; }
a { background-color: rgb(166,177,90); }
div.DivClassName
{
background-color: #A6B15A;
}
.BgClassName
{
background-color: #A6B15A;
}
</style>
border-color css
<style>
span { border-color: #A6B15A; }
span { border-color: rgb(166,177,90); }
td.TdClassName
{
border-color: #A6B15A;
}
.TagClassName
{
border-color: #A6B15A;
}
</style>