Shades of Green Smoke #A6B25D
Tints of Green Smoke #A6B25D
RGB
CMYK
RGB Variations
Color information
#A6B25D (or 0xA6B25D) is known color: Green Smoke. HEX triplet: A6, B2 and 5D. RGB value is (166,178,93). Sum of RGB (Red+Green+Blue) = 166+178+93=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B25D is #594DA2. Grayscale: #A5A5A5. Windows color (decimal): -5852579 or 6140582. OLE color: 6140582.
HSL color Cylindrical-coordinate representation of color #A6B25D: hue angle of 68.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6B25D is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 93 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.30 |
| HSL | 68.47º | 0.36% | 0.53% | - |
| HSV(B) | 68.47º | 0.48% | 0.7% | - |
| XYZ | 33.62 | 40.74 | 16.45 | - |
| YUV | 164.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 93 | 0.07 | 0 | 0.48 | 0.30 | 68.47 | 0.36 | 0.53 |
| Hex | A6 | B2 | 5D | 7 | 0 | 30 | 1E | 44 | 24 | 35 |
| Octal | 246 | 262 | 135 | 7 | 0 | 60 | 36 | 104 | 44 | 65 |
| Binary | 10100110 | 10110010 | 1011101 | 111 | 0 | 110000 | 11110 | 1000100 | 100100 | 110101 |
Color Harmonies of #A6B25D
Complementary color
Monochromatic Colors of #A6B25D
Black with #A6B25D
Text Example
Text Example
White with #A6B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B25D; }
p { color: rgb(166,178,93); }
H1.HeaderClassName
{
color: #A6B25D;
}
.AnyTagClassName
{
color: #A6B25D;
}
</style>
background-color css
<style>
a { background-color: #A6B25D; }
a { background-color: rgb(166,178,93); }
div.DivClassName
{
background-color: #A6B25D;
}
.BgClassName
{
background-color: #A6B25D;
}
</style>
border-color css
<style>
span { border-color: #A6B25D; }
span { border-color: rgb(166,178,93); }
td.TdClassName
{
border-color: #A6B25D;
}
.TagClassName
{
border-color: #A6B25D;
}
</style>