Shades of Green Smoke #99B14D
Tints of Green Smoke #99B14D
RGB
CMYK
RGB Variations
Color information
#99B14D (or 0x99B14D) is known color: Green Smoke. HEX triplet: 99, B1 and 4D. RGB value is (153,177,77). Sum of RGB (Red+Green+Blue) = 153+177+77=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #99B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B14D is #664EB2. Grayscale: #9E9E9E. Windows color (decimal): -6704819 or 5091737. OLE color: 5091737.
HSL color Cylindrical-coordinate representation of color #99B14D: hue angle of 74.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99B14D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 77 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.31 |
| HSL | 74.4º | 0.39% | 0.5% | - |
| HSV(B) | 74.4º | 0.56% | 0.69% | - |
| XYZ | 30.2 | 38.75 | 12.91 | - |
| YUV | 158.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 77 | 0.14 | 0 | 0.56 | 0.31 | 74.4 | 0.39 | 0.5 |
| Hex | 99 | B1 | 4D | E | 0 | 38 | 1F | 4A | 27 | 32 |
| Octal | 231 | 261 | 115 | 16 | 0 | 70 | 37 | 112 | 47 | 62 |
| Binary | 10011001 | 10110001 | 1001101 | 1110 | 0 | 111000 | 11111 | 1001010 | 100111 | 110010 |
Color Harmonies of #99B14D
Complementary color
Monochromatic Colors of #99B14D
Black with #99B14D
Text Example
Text Example
White with #99B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B14D; }
p { color: rgb(153,177,77); }
H1.HeaderClassName
{
color: #99B14D;
}
.AnyTagClassName
{
color: #99B14D;
}
</style>
background-color css
<style>
a { background-color: #99B14D; }
a { background-color: rgb(153,177,77); }
div.DivClassName
{
background-color: #99B14D;
}
.BgClassName
{
background-color: #99B14D;
}
</style>
border-color css
<style>
span { border-color: #99B14D; }
span { border-color: rgb(153,177,77); }
td.TdClassName
{
border-color: #99B14D;
}
.TagClassName
{
border-color: #99B14D;
}
</style>