Shades of Green Smoke #A1B264
Tints of Green Smoke #A1B264
RGB
CMYK
RGB Variations
Color information
#A1B264 (or 0xA1B264) is known color: Green Smoke. HEX triplet: A1, B2 and 64. RGB value is (161,178,100). Sum of RGB (Red+Green+Blue) = 161+178+100=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B264 is #5E4D9B. Grayscale: #A4A4A4. Windows color (decimal): -6180252 or 6599329. OLE color: 6599329.
HSL color Cylindrical-coordinate representation of color #A1B264: hue angle of 73.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1B264 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 100 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.30 |
| HSL | 73.08º | 0.34% | 0.55% | - |
| HSV(B) | 73.08º | 0.44% | 0.7% | - |
| XYZ | 32.92 | 40.34 | 18.11 | - |
| YUV | 164.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 100 | 0.10 | 0 | 0.44 | 0.30 | 73.08 | 0.34 | 0.55 |
| Hex | A1 | B2 | 64 | A | 0 | 2C | 1E | 49 | 22 | 37 |
| Octal | 241 | 262 | 144 | 12 | 0 | 54 | 36 | 111 | 42 | 67 |
| Binary | 10100001 | 10110010 | 1100100 | 1010 | 0 | 101100 | 11110 | 1001001 | 100010 | 110111 |
Color Harmonies of #A1B264
Complementary color
Monochromatic Colors of #A1B264
Black with #A1B264
Text Example
Text Example
White with #A1B264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B264; }
p { color: rgb(161,178,100); }
H1.HeaderClassName
{
color: #A1B264;
}
.AnyTagClassName
{
color: #A1B264;
}
</style>
background-color css
<style>
a { background-color: #A1B264; }
a { background-color: rgb(161,178,100); }
div.DivClassName
{
background-color: #A1B264;
}
.BgClassName
{
background-color: #A1B264;
}
</style>
border-color css
<style>
span { border-color: #A1B264; }
span { border-color: rgb(161,178,100); }
td.TdClassName
{
border-color: #A1B264;
}
.TagClassName
{
border-color: #A1B264;
}
</style>