Shades of Green Smoke #99B159
Tints of Green Smoke #99B159
RGB
CMYK
RGB Variations
Color information
#99B159 (or 0x99B159) is known color: Green Smoke. HEX triplet: 99, B1 and 59. RGB value is (153,177,89). Sum of RGB (Red+Green+Blue) = 153+177+89=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #99B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B159 is #664EA6. Grayscale: #A0A0A0. Windows color (decimal): -6704807 or 5878169. OLE color: 5878169.
HSL color Cylindrical-coordinate representation of color #99B159: hue angle of 76.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99B159 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 89 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.31 |
| HSL | 76.36º | 0.36% | 0.52% | - |
| HSV(B) | 76.36º | 0.5% | 0.69% | - |
| XYZ | 30.66 | 38.94 | 15.35 | - |
| YUV | 159.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 89 | 0.14 | 0 | 0.50 | 0.31 | 76.36 | 0.36 | 0.52 |
| Hex | 99 | B1 | 59 | E | 0 | 32 | 1F | 4C | 24 | 34 |
| Octal | 231 | 261 | 131 | 16 | 0 | 62 | 37 | 114 | 44 | 64 |
| Binary | 10011001 | 10110001 | 1011001 | 1110 | 0 | 110010 | 11111 | 1001100 | 100100 | 110100 |
Color Harmonies of #99B159
Complementary color
Monochromatic Colors of #99B159
Black with #99B159
Text Example
Text Example
White with #99B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B159; }
p { color: rgb(153,177,89); }
H1.HeaderClassName
{
color: #99B159;
}
.AnyTagClassName
{
color: #99B159;
}
</style>
background-color css
<style>
a { background-color: #99B159; }
a { background-color: rgb(153,177,89); }
div.DivClassName
{
background-color: #99B159;
}
.BgClassName
{
background-color: #99B159;
}
</style>
border-color css
<style>
span { border-color: #99B159; }
span { border-color: rgb(153,177,89); }
td.TdClassName
{
border-color: #99B159;
}
.TagClassName
{
border-color: #99B159;
}
</style>