Shades of Green Smoke #99B156
Tints of Green Smoke #99B156
RGB
CMYK
RGB Variations
Color information
#99B156 (or 0x99B156) is known color: Green Smoke. HEX triplet: 99, B1 and 56. RGB value is (153,177,86). Sum of RGB (Red+Green+Blue) = 153+177+86=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #99B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B156 is #664EA9. Grayscale: #9F9F9F. Windows color (decimal): -6704810 or 5681561. OLE color: 5681561.
HSL color Cylindrical-coordinate representation of color #99B156: hue angle of 75.82º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99B156 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 86 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.31 |
| HSL | 75.82º | 0.37% | 0.52% | - |
| HSV(B) | 75.82º | 0.51% | 0.69% | - |
| XYZ | 30.54 | 38.89 | 14.7 | - |
| YUV | 159.45 | 86.55 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 86 | 0.14 | 0 | 0.51 | 0.31 | 75.82 | 0.37 | 0.52 |
| Hex | 99 | B1 | 56 | E | 0 | 33 | 1F | 4C | 25 | 34 |
| Octal | 231 | 261 | 126 | 16 | 0 | 63 | 37 | 114 | 45 | 64 |
| Binary | 10011001 | 10110001 | 1010110 | 1110 | 0 | 110011 | 11111 | 1001100 | 100101 | 110100 |
Color Harmonies of #99B156
Complementary color
Monochromatic Colors of #99B156
Black with #99B156
Text Example
Text Example
White with #99B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B156; }
p { color: rgb(153,177,86); }
H1.HeaderClassName
{
color: #99B156;
}
.AnyTagClassName
{
color: #99B156;
}
</style>
background-color css
<style>
a { background-color: #99B156; }
a { background-color: rgb(153,177,86); }
div.DivClassName
{
background-color: #99B156;
}
.BgClassName
{
background-color: #99B156;
}
</style>
border-color css
<style>
span { border-color: #99B156; }
span { border-color: rgb(153,177,86); }
td.TdClassName
{
border-color: #99B156;
}
.TagClassName
{
border-color: #99B156;
}
</style>