Shades of Green Smoke #99AB5B
Tints of Green Smoke #99AB5B
RGB
CMYK
RGB Variations
Color information
#99AB5B (or 0x99AB5B) is known color: Green Smoke. HEX triplet: 99, AB and 5B. RGB value is (153,171,91). Sum of RGB (Red+Green+Blue) = 153+171+91=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB5B is #6654A4. Grayscale: #9C9C9C. Windows color (decimal): -6706341 or 6007705. OLE color: 6007705.
HSL color Cylindrical-coordinate representation of color #99AB5B: hue angle of 73.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99AB5B is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 91 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.33 |
| HSL | 73.5º | 0.32% | 0.51% | - |
| HSV(B) | 73.5º | 0.47% | 0.67% | - |
| XYZ | 29.59 | 36.65 | 15.41 | - |
| YUV | 156.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 91 | 0.11 | 0 | 0.47 | 0.33 | 73.5 | 0.32 | 0.51 |
| Hex | 99 | AB | 5B | B | 0 | 2F | 21 | 4A | 20 | 33 |
| Octal | 231 | 253 | 133 | 13 | 0 | 57 | 41 | 112 | 40 | 63 |
| Binary | 10011001 | 10101011 | 1011011 | 1011 | 0 | 101111 | 100001 | 1001010 | 100000 | 110011 |
Color Harmonies of #99AB5B
Complementary color
Monochromatic Colors of #99AB5B
Black with #99AB5B
Text Example
Text Example
White with #99AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB5B; }
p { color: rgb(153,171,91); }
H1.HeaderClassName
{
color: #99AB5B;
}
.AnyTagClassName
{
color: #99AB5B;
}
</style>
background-color css
<style>
a { background-color: #99AB5B; }
a { background-color: rgb(153,171,91); }
div.DivClassName
{
background-color: #99AB5B;
}
.BgClassName
{
background-color: #99AB5B;
}
</style>
border-color css
<style>
span { border-color: #99AB5B; }
span { border-color: rgb(153,171,91); }
td.TdClassName
{
border-color: #99AB5B;
}
.TagClassName
{
border-color: #99AB5B;
}
</style>