Shades of Green Smoke #99A152
Tints of Green Smoke #99A152
RGB
CMYK
RGB Variations
Color information
#99A152 (or 0x99A152) is known color: Green Smoke. HEX triplet: 99, A1 and 52. RGB value is (153,161,82). Sum of RGB (Red+Green+Blue) = 153+161+82=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #99A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A152 is #665EAD. Grayscale: #959595. Windows color (decimal): -6708910 or 5415321. OLE color: 5415321.
HSL color Cylindrical-coordinate representation of color #99A152: hue angle of 66.08º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99A152 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 82 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.37 |
| HSL | 66.08º | 0.33% | 0.48% | - |
| HSV(B) | 66.08º | 0.49% | 0.63% | - |
| XYZ | 27.4 | 32.87 | 12.88 | - |
| YUV | 149.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 82 | 0.05 | 0 | 0.49 | 0.37 | 66.08 | 0.33 | 0.48 |
| Hex | 99 | A1 | 52 | 5 | 0 | 31 | 25 | 42 | 21 | 30 |
| Octal | 231 | 241 | 122 | 5 | 0 | 61 | 45 | 102 | 41 | 60 |
| Binary | 10011001 | 10100001 | 1010010 | 101 | 0 | 110001 | 100101 | 1000010 | 100001 | 110000 |
Color Harmonies of #99A152
Complementary color
Monochromatic Colors of #99A152
Black with #99A152
Text Example
Text Example
White with #99A152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A152; }
p { color: rgb(153,161,82); }
H1.HeaderClassName
{
color: #99A152;
}
.AnyTagClassName
{
color: #99A152;
}
</style>
background-color css
<style>
a { background-color: #99A152; }
a { background-color: rgb(153,161,82); }
div.DivClassName
{
background-color: #99A152;
}
.BgClassName
{
background-color: #99A152;
}
</style>
border-color css
<style>
span { border-color: #99A152; }
span { border-color: rgb(153,161,82); }
td.TdClassName
{
border-color: #99A152;
}
.TagClassName
{
border-color: #99A152;
}
</style>