Shades of Green Smoke #A5B466
Tints of Green Smoke #A5B466
RGB
CMYK
RGB Variations
Color information
#A5B466 (or 0xA5B466) is known color: Green Smoke. HEX triplet: A5, B4 and 66. RGB value is (165,180,102). Sum of RGB (Red+Green+Blue) = 165+180+102=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B466 is #5A4B99. Grayscale: #A6A6A6. Windows color (decimal): -5917594 or 6730917. OLE color: 6730917.
HSL color Cylindrical-coordinate representation of color #A5B466: hue angle of 71.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5B466 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 102 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.29 |
| HSL | 71.54º | 0.34% | 0.55% | - |
| HSV(B) | 71.54º | 0.43% | 0.71% | - |
| XYZ | 34.24 | 41.6 | 18.8 | - |
| YUV | 166.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 102 | 0.08 | 0 | 0.43 | 0.29 | 71.54 | 0.34 | 0.55 |
| Hex | A5 | B4 | 66 | 8 | 0 | 2B | 1D | 48 | 22 | 37 |
| Octal | 245 | 264 | 146 | 10 | 0 | 53 | 35 | 110 | 42 | 67 |
| Binary | 10100101 | 10110100 | 1100110 | 1000 | 0 | 101011 | 11101 | 1001000 | 100010 | 110111 |
Color Harmonies of #A5B466
Complementary color
Monochromatic Colors of #A5B466
Black with #A5B466
Text Example
Text Example
White with #A5B466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B466; }
p { color: rgb(165,180,102); }
H1.HeaderClassName
{
color: #A5B466;
}
.AnyTagClassName
{
color: #A5B466;
}
</style>
background-color css
<style>
a { background-color: #A5B466; }
a { background-color: rgb(165,180,102); }
div.DivClassName
{
background-color: #A5B466;
}
.BgClassName
{
background-color: #A5B466;
}
</style>
border-color css
<style>
span { border-color: #A5B466; }
span { border-color: rgb(165,180,102); }
td.TdClassName
{
border-color: #A5B466;
}
.TagClassName
{
border-color: #A5B466;
}
</style>