Shades of Green Smoke #99B35E
Tints of Green Smoke #99B35E
RGB
CMYK
RGB Variations
Color information
#99B35E (or 0x99B35E) is known color: Green Smoke. HEX triplet: 99, B3 and 5E. RGB value is (153,179,94). Sum of RGB (Red+Green+Blue) = 153+179+94=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #99B35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B35E is #664CA1. Grayscale: #A1A1A1. Windows color (decimal): -6704290 or 6206361. OLE color: 6206361.
HSL color Cylindrical-coordinate representation of color #99B35E: hue angle of 78.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99B35E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 94 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.30 |
| HSL | 78.35º | 0.36% | 0.54% | - |
| HSV(B) | 78.35º | 0.47% | 0.7% | - |
| XYZ | 31.28 | 39.82 | 16.63 | - |
| YUV | 161.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 94 | 0.15 | 0 | 0.47 | 0.30 | 78.35 | 0.36 | 0.54 |
| Hex | 99 | B3 | 5E | F | 0 | 2F | 1E | 4E | 24 | 36 |
| Octal | 231 | 263 | 136 | 17 | 0 | 57 | 36 | 116 | 44 | 66 |
| Binary | 10011001 | 10110011 | 1011110 | 1111 | 0 | 101111 | 11110 | 1001110 | 100100 | 110110 |
Color Harmonies of #99B35E
Complementary color
Monochromatic Colors of #99B35E
Black with #99B35E
Text Example
Text Example
White with #99B35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B35E; }
p { color: rgb(153,179,94); }
H1.HeaderClassName
{
color: #99B35E;
}
.AnyTagClassName
{
color: #99B35E;
}
</style>
background-color css
<style>
a { background-color: #99B35E; }
a { background-color: rgb(153,179,94); }
div.DivClassName
{
background-color: #99B35E;
}
.BgClassName
{
background-color: #99B35E;
}
</style>
border-color css
<style>
span { border-color: #99B35E; }
span { border-color: rgb(153,179,94); }
td.TdClassName
{
border-color: #99B35E;
}
.TagClassName
{
border-color: #99B35E;
}
</style>