Shades of Green Smoke #A6B25A
Tints of Green Smoke #A6B25A
RGB
CMYK
RGB Variations
Color information
#A6B25A (or 0xA6B25A) is known color: Green Smoke. HEX triplet: A6, B2 and 5A. RGB value is (166,178,90). Sum of RGB (Red+Green+Blue) = 166+178+90=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B25A is #594DA5. Grayscale: #A4A4A4. Windows color (decimal): -5852582 or 5943974. OLE color: 5943974.
HSL color Cylindrical-coordinate representation of color #A6B25A: hue angle of 68.18º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6B25A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 90 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.30 |
| HSL | 68.18º | 0.36% | 0.53% | - |
| HSV(B) | 68.18º | 0.49% | 0.7% | - |
| XYZ | 33.49 | 40.69 | 15.76 | - |
| YUV | 164.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 90 | 0.07 | 0 | 0.49 | 0.30 | 68.18 | 0.36 | 0.53 |
| Hex | A6 | B2 | 5A | 7 | 0 | 31 | 1E | 44 | 24 | 35 |
| Octal | 246 | 262 | 132 | 7 | 0 | 61 | 36 | 104 | 44 | 65 |
| Binary | 10100110 | 10110010 | 1011010 | 111 | 0 | 110001 | 11110 | 1000100 | 100100 | 110101 |
Color Harmonies of #A6B25A
Complementary color
Monochromatic Colors of #A6B25A
Black with #A6B25A
Text Example
Text Example
White with #A6B25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B25A; }
p { color: rgb(166,178,90); }
H1.HeaderClassName
{
color: #A6B25A;
}
.AnyTagClassName
{
color: #A6B25A;
}
</style>
background-color css
<style>
a { background-color: #A6B25A; }
a { background-color: rgb(166,178,90); }
div.DivClassName
{
background-color: #A6B25A;
}
.BgClassName
{
background-color: #A6B25A;
}
</style>
border-color css
<style>
span { border-color: #A6B25A; }
span { border-color: rgb(166,178,90); }
td.TdClassName
{
border-color: #A6B25A;
}
.TagClassName
{
border-color: #A6B25A;
}
</style>