Shades of Green Smoke #999E53
Tints of Green Smoke #999E53
RGB
CMYK
RGB Variations
Color information
#999E53 (or 0x999E53) is known color: Green Smoke. HEX triplet: 99, 9E and 53. RGB value is (153,158,83). Sum of RGB (Red+Green+Blue) = 153+158+83=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #999E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E53 is #6661AC. Grayscale: #949494. Windows color (decimal): -6709677 or 5480089. OLE color: 5480089.
HSL color Cylindrical-coordinate representation of color #999E53: hue angle of 64º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #999E53 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 83 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.38 |
| HSL | 64º | 0.31% | 0.47% | - |
| HSV(B) | 64º | 0.47% | 0.62% | - |
| XYZ | 26.93 | 31.85 | 12.91 | - |
| YUV | 147.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 83 | 0.03 | 0 | 0.47 | 0.38 | 64 | 0.31 | 0.47 |
| Hex | 99 | 9E | 53 | 3 | 0 | 2F | 26 | 40 | 1F | 2F |
| Octal | 231 | 236 | 123 | 3 | 0 | 57 | 46 | 100 | 37 | 57 |
| Binary | 10011001 | 10011110 | 1010011 | 11 | 0 | 101111 | 100110 | 1000000 | 11111 | 101111 |
Color Harmonies of #999E53
Complementary color
Monochromatic Colors of #999E53
Black with #999E53
Text Example
Text Example
White with #999E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E53; }
p { color: rgb(153,158,83); }
H1.HeaderClassName
{
color: #999E53;
}
.AnyTagClassName
{
color: #999E53;
}
</style>
background-color css
<style>
a { background-color: #999E53; }
a { background-color: rgb(153,158,83); }
div.DivClassName
{
background-color: #999E53;
}
.BgClassName
{
background-color: #999E53;
}
</style>
border-color css
<style>
span { border-color: #999E53; }
span { border-color: rgb(153,158,83); }
td.TdClassName
{
border-color: #999E53;
}
.TagClassName
{
border-color: #999E53;
}
</style>