Shades of Green Smoke #99A354
Tints of Green Smoke #99A354
RGB
CMYK
RGB Variations
Color information
#99A354 (or 0x99A354) is known color: Green Smoke. HEX triplet: 99, A3 and 54. RGB value is (153,163,84). Sum of RGB (Red+Green+Blue) = 153+163+84=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #99A354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A354 is #665CAB. Grayscale: #979797. Windows color (decimal): -6708396 or 5546905. OLE color: 5546905.
HSL color Cylindrical-coordinate representation of color #99A354: hue angle of 67.59º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99A354 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 84 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.36 |
| HSL | 67.59º | 0.32% | 0.48% | - |
| HSV(B) | 67.59º | 0.48% | 0.64% | - |
| XYZ | 27.83 | 33.61 | 13.41 | - |
| YUV | 151 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 84 | 0.06 | 0 | 0.48 | 0.36 | 67.59 | 0.32 | 0.48 |
| Hex | 99 | A3 | 54 | 6 | 0 | 30 | 24 | 44 | 20 | 30 |
| Octal | 231 | 243 | 124 | 6 | 0 | 60 | 44 | 104 | 40 | 60 |
| Binary | 10011001 | 10100011 | 1010100 | 110 | 0 | 110000 | 100100 | 1000100 | 100000 | 110000 |
Color Harmonies of #99A354
Complementary color
Monochromatic Colors of #99A354
Black with #99A354
Text Example
Text Example
White with #99A354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A354; }
p { color: rgb(153,163,84); }
H1.HeaderClassName
{
color: #99A354;
}
.AnyTagClassName
{
color: #99A354;
}
</style>
background-color css
<style>
a { background-color: #99A354; }
a { background-color: rgb(153,163,84); }
div.DivClassName
{
background-color: #99A354;
}
.BgClassName
{
background-color: #99A354;
}
</style>
border-color css
<style>
span { border-color: #99A354; }
span { border-color: rgb(153,163,84); }
td.TdClassName
{
border-color: #99A354;
}
.TagClassName
{
border-color: #99A354;
}
</style>