Shades of Green Smoke #A1B758
Tints of Green Smoke #A1B758
RGB
CMYK
RGB Variations
Color information
#A1B758 (or 0xA1B758) is known color: Green Smoke. HEX triplet: A1, B7 and 58. RGB value is (161,183,88). Sum of RGB (Red+Green+Blue) = 161+183+88=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B758 is #5E48A7. Grayscale: #A5A5A5. Windows color (decimal): -6178984 or 5814177. OLE color: 5814177.
HSL color Cylindrical-coordinate representation of color #A1B758: hue angle of 73.89º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1B758 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 88 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.28 |
| HSL | 73.89º | 0.4% | 0.53% | - |
| HSV(B) | 73.89º | 0.52% | 0.72% | - |
| XYZ | 33.39 | 42.15 | 15.61 | - |
| YUV | 165.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 88 | 0.12 | 0 | 0.52 | 0.28 | 73.89 | 0.4 | 0.53 |
| Hex | A1 | B7 | 58 | C | 0 | 34 | 1C | 4A | 28 | 35 |
| Octal | 241 | 267 | 130 | 14 | 0 | 64 | 34 | 112 | 50 | 65 |
| Binary | 10100001 | 10110111 | 1011000 | 1100 | 0 | 110100 | 11100 | 1001010 | 101000 | 110101 |
Color Harmonies of #A1B758
Complementary color
Monochromatic Colors of #A1B758
Black with #A1B758
Text Example
Text Example
White with #A1B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B758; }
p { color: rgb(161,183,88); }
H1.HeaderClassName
{
color: #A1B758;
}
.AnyTagClassName
{
color: #A1B758;
}
</style>
background-color css
<style>
a { background-color: #A1B758; }
a { background-color: rgb(161,183,88); }
div.DivClassName
{
background-color: #A1B758;
}
.BgClassName
{
background-color: #A1B758;
}
</style>
border-color css
<style>
span { border-color: #A1B758; }
span { border-color: rgb(161,183,88); }
td.TdClassName
{
border-color: #A1B758;
}
.TagClassName
{
border-color: #A1B758;
}
</style>