Shades of Green Smoke #99B05D
Tints of Green Smoke #99B05D
RGB
CMYK
RGB Variations
Color information
#99B05D (or 0x99B05D) is known color: Green Smoke. HEX triplet: 99, B0 and 5D. RGB value is (153,176,93). Sum of RGB (Red+Green+Blue) = 153+176+93=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #99B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B05D is #664FA2. Grayscale: #9F9F9F. Windows color (decimal): -6705059 or 6140057. OLE color: 6140057.
HSL color Cylindrical-coordinate representation of color #99B05D: hue angle of 76.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99B05D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 93 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.31 |
| HSL | 76.63º | 0.34% | 0.53% | - |
| HSV(B) | 76.63º | 0.47% | 0.69% | - |
| XYZ | 30.64 | 38.61 | 16.19 | - |
| YUV | 159.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 93 | 0.13 | 0 | 0.47 | 0.31 | 76.63 | 0.34 | 0.53 |
| Hex | 99 | B0 | 5D | D | 0 | 2F | 1F | 4D | 22 | 35 |
| Octal | 231 | 260 | 135 | 15 | 0 | 57 | 37 | 115 | 42 | 65 |
| Binary | 10011001 | 10110000 | 1011101 | 1101 | 0 | 101111 | 11111 | 1001101 | 100010 | 110101 |
Color Harmonies of #99B05D
Complementary color
Monochromatic Colors of #99B05D
Black with #99B05D
Text Example
Text Example
White with #99B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B05D; }
p { color: rgb(153,176,93); }
H1.HeaderClassName
{
color: #99B05D;
}
.AnyTagClassName
{
color: #99B05D;
}
</style>
background-color css
<style>
a { background-color: #99B05D; }
a { background-color: rgb(153,176,93); }
div.DivClassName
{
background-color: #99B05D;
}
.BgClassName
{
background-color: #99B05D;
}
</style>
border-color css
<style>
span { border-color: #99B05D; }
span { border-color: rgb(153,176,93); }
td.TdClassName
{
border-color: #99B05D;
}
.TagClassName
{
border-color: #99B05D;
}
</style>