Shades of Green Smoke #999952
Tints of Green Smoke #999952
RGB
CMYK
RGB Variations
Color information
#999952 (or 0x999952) is known color: Green Smoke. HEX triplet: 99, 99 and 52. RGB value is (153,153,82). Sum of RGB (Red+Green+Blue) = 153+153+82=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999952 is #6666AD. Grayscale: #919191. Windows color (decimal): -6710958 or 5413273. OLE color: 5413273.
HSL color Cylindrical-coordinate representation of color #999952: hue angle of 60º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #999952 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 82 | - |
| CMYK | 0 | 0 | 0.46 | 0.4 |
| HSL | 60º | 0.3% | 0.46% | - |
| HSV(B) | 60º | 0.46% | 0.6% | - |
| XYZ | 26.05 | 30.16 | 12.43 | - |
| YUV | 144.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 82 | 0 | 0 | 0.46 | 0.4 | 60 | 0.3 | 0.46 |
| Hex | 99 | 99 | 52 | 0 | 0 | 2E | 28 | 3C | 1E | 2E |
| Octal | 231 | 231 | 122 | 0 | 0 | 56 | 50 | 74 | 36 | 56 |
| Binary | 10011001 | 10011001 | 1010010 | 0 | 0 | 101110 | 101000 | 111100 | 11110 | 101110 |
Color Harmonies of #999952
Complementary color
Monochromatic Colors of #999952
Black with #999952
Text Example
Text Example
White with #999952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999952; }
p { color: rgb(153,153,82); }
H1.HeaderClassName
{
color: #999952;
}
.AnyTagClassName
{
color: #999952;
}
</style>
background-color css
<style>
a { background-color: #999952; }
a { background-color: rgb(153,153,82); }
div.DivClassName
{
background-color: #999952;
}
.BgClassName
{
background-color: #999952;
}
</style>
border-color css
<style>
span { border-color: #999952; }
span { border-color: rgb(153,153,82); }
td.TdClassName
{
border-color: #999952;
}
.TagClassName
{
border-color: #999952;
}
</style>