Shades of Green Smoke #99A55B
Tints of Green Smoke #99A55B
RGB
CMYK
RGB Variations
Color information
#99A55B (or 0x99A55B) is known color: Green Smoke. HEX triplet: 99, A5 and 5B. RGB value is (153,165,91). Sum of RGB (Red+Green+Blue) = 153+165+91=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #99A55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A55B is #665AA4. Grayscale: #999999. Windows color (decimal): -6707877 or 6006169. OLE color: 6006169.
HSL color Cylindrical-coordinate representation of color #99A55B: hue angle of 69.73º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99A55B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 91 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.35 |
| HSL | 69.73º | 0.29% | 0.5% | - |
| HSV(B) | 69.73º | 0.45% | 0.65% | - |
| XYZ | 28.48 | 34.44 | 15.04 | - |
| YUV | 152.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 91 | 0.07 | 0 | 0.45 | 0.35 | 69.73 | 0.29 | 0.5 |
| Hex | 99 | A5 | 5B | 7 | 0 | 2D | 23 | 46 | 1D | 32 |
| Octal | 231 | 245 | 133 | 7 | 0 | 55 | 43 | 106 | 35 | 62 |
| Binary | 10011001 | 10100101 | 1011011 | 111 | 0 | 101101 | 100011 | 1000110 | 11101 | 110010 |
Color Harmonies of #99A55B
Complementary color
Monochromatic Colors of #99A55B
Black with #99A55B
Text Example
Text Example
White with #99A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A55B; }
p { color: rgb(153,165,91); }
H1.HeaderClassName
{
color: #99A55B;
}
.AnyTagClassName
{
color: #99A55B;
}
</style>
background-color css
<style>
a { background-color: #99A55B; }
a { background-color: rgb(153,165,91); }
div.DivClassName
{
background-color: #99A55B;
}
.BgClassName
{
background-color: #99A55B;
}
</style>
border-color css
<style>
span { border-color: #99A55B; }
span { border-color: rgb(153,165,91); }
td.TdClassName
{
border-color: #99A55B;
}
.TagClassName
{
border-color: #99A55B;
}
</style>