Shades of Green Smoke #99A451
Tints of Green Smoke #99A451
RGB
CMYK
RGB Variations
Color information
#99A451 (or 0x99A451) is known color: Green Smoke. HEX triplet: 99, A4 and 51. RGB value is (153,164,81). Sum of RGB (Red+Green+Blue) = 153+164+81=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #99A451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A451 is #665BAE. Grayscale: #979797. Windows color (decimal): -6708143 or 5350553. OLE color: 5350553.
HSL color Cylindrical-coordinate representation of color #99A451: hue angle of 67.95º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99A451 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 81 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.36 |
| HSL | 67.95º | 0.34% | 0.48% | - |
| HSV(B) | 67.95º | 0.51% | 0.64% | - |
| XYZ | 27.9 | 33.92 | 12.86 | - |
| YUV | 151.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 81 | 0.07 | 0 | 0.51 | 0.36 | 67.95 | 0.34 | 0.48 |
| Hex | 99 | A4 | 51 | 7 | 0 | 33 | 24 | 44 | 22 | 30 |
| Octal | 231 | 244 | 121 | 7 | 0 | 63 | 44 | 104 | 42 | 60 |
| Binary | 10011001 | 10100100 | 1010001 | 111 | 0 | 110011 | 100100 | 1000100 | 100010 | 110000 |
Color Harmonies of #99A451
Complementary color
Monochromatic Colors of #99A451
Black with #99A451
Text Example
Text Example
White with #99A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A451; }
p { color: rgb(153,164,81); }
H1.HeaderClassName
{
color: #99A451;
}
.AnyTagClassName
{
color: #99A451;
}
</style>
background-color css
<style>
a { background-color: #99A451; }
a { background-color: rgb(153,164,81); }
div.DivClassName
{
background-color: #99A451;
}
.BgClassName
{
background-color: #99A451;
}
</style>
border-color css
<style>
span { border-color: #99A451; }
span { border-color: rgb(153,164,81); }
td.TdClassName
{
border-color: #99A451;
}
.TagClassName
{
border-color: #99A451;
}
</style>