Shades of Green Smoke #A1B05A
Tints of Green Smoke #A1B05A
RGB
CMYK
RGB Variations
Color information
#A1B05A (or 0xA1B05A) is known color: Green Smoke. HEX triplet: A1, B0 and 5A. RGB value is (161,176,90). Sum of RGB (Red+Green+Blue) = 161+176+90=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B05A is #5E4FA5. Grayscale: #A2A2A2. Windows color (decimal): -6180774 or 5943457. OLE color: 5943457.
HSL color Cylindrical-coordinate representation of color #A1B05A: hue angle of 70.47º degrees, saturation: 0.35, 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 #A1B05A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 90 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.31 |
| HSL | 70.47º | 0.35% | 0.52% | - |
| HSV(B) | 70.47º | 0.49% | 0.69% | - |
| XYZ | 32.07 | 39.37 | 15.58 | - |
| YUV | 161.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 90 | 0.09 | 0 | 0.49 | 0.31 | 70.47 | 0.35 | 0.52 |
| Hex | A1 | B0 | 5A | 9 | 0 | 31 | 1F | 46 | 23 | 34 |
| Octal | 241 | 260 | 132 | 11 | 0 | 61 | 37 | 106 | 43 | 64 |
| Binary | 10100001 | 10110000 | 1011010 | 1001 | 0 | 110001 | 11111 | 1000110 | 100011 | 110100 |
Color Harmonies of #A1B05A
Complementary color
Monochromatic Colors of #A1B05A
Black with #A1B05A
Text Example
Text Example
White with #A1B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B05A; }
p { color: rgb(161,176,90); }
H1.HeaderClassName
{
color: #A1B05A;
}
.AnyTagClassName
{
color: #A1B05A;
}
</style>
background-color css
<style>
a { background-color: #A1B05A; }
a { background-color: rgb(161,176,90); }
div.DivClassName
{
background-color: #A1B05A;
}
.BgClassName
{
background-color: #A1B05A;
}
</style>
border-color css
<style>
span { border-color: #A1B05A; }
span { border-color: rgb(161,176,90); }
td.TdClassName
{
border-color: #A1B05A;
}
.TagClassName
{
border-color: #A1B05A;
}
</style>