Shades of Green Smoke #99B45F
Tints of Green Smoke #99B45F
RGB
CMYK
RGB Variations
Color information
#99B45F (or 0x99B45F) is known color: Green Smoke. HEX triplet: 99, B4 and 5F. RGB value is (153,180,95). Sum of RGB (Red+Green+Blue) = 153+180+95=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #99B45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B45F is #664BA0. Grayscale: #A2A2A2. Windows color (decimal): -6704033 or 6272153. OLE color: 6272153.
HSL color Cylindrical-coordinate representation of color #99B45F: hue angle of 79.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99B45F is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 95 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.29 |
| HSL | 79.06º | 0.36% | 0.54% | - |
| HSV(B) | 79.06º | 0.47% | 0.71% | - |
| XYZ | 31.52 | 40.24 | 16.93 | - |
| YUV | 162.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 95 | 0.15 | 0 | 0.47 | 0.29 | 79.06 | 0.36 | 0.54 |
| Hex | 99 | B4 | 5F | F | 0 | 2F | 1D | 4F | 24 | 36 |
| Octal | 231 | 264 | 137 | 17 | 0 | 57 | 35 | 117 | 44 | 66 |
| Binary | 10011001 | 10110100 | 1011111 | 1111 | 0 | 101111 | 11101 | 1001111 | 100100 | 110110 |
Color Harmonies of #99B45F
Complementary color
Monochromatic Colors of #99B45F
Black with #99B45F
Text Example
Text Example
White with #99B45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B45F; }
p { color: rgb(153,180,95); }
H1.HeaderClassName
{
color: #99B45F;
}
.AnyTagClassName
{
color: #99B45F;
}
</style>
background-color css
<style>
a { background-color: #99B45F; }
a { background-color: rgb(153,180,95); }
div.DivClassName
{
background-color: #99B45F;
}
.BgClassName
{
background-color: #99B45F;
}
</style>
border-color css
<style>
span { border-color: #99B45F; }
span { border-color: rgb(153,180,95); }
td.TdClassName
{
border-color: #99B45F;
}
.TagClassName
{
border-color: #99B45F;
}
</style>