Shades of Green Smoke #99B45A
Tints of Green Smoke #99B45A
RGB
CMYK
RGB Variations
Color information
#99B45A (or 0x99B45A) is known color: Green Smoke. HEX triplet: 99, B4 and 5A. RGB value is (153,180,90). Sum of RGB (Red+Green+Blue) = 153+180+90=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #99B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B45A is #664BA5. Grayscale: #A2A2A2. Windows color (decimal): -6704038 or 5944473. OLE color: 5944473.
HSL color Cylindrical-coordinate representation of color #99B45A: hue angle of 78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99B45A is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 90 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.29 |
| HSL | 78º | 0.38% | 0.53% | - |
| HSV(B) | 78º | 0.5% | 0.71% | - |
| XYZ | 31.3 | 40.15 | 15.77 | - |
| YUV | 161.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 90 | 0.15 | 0 | 0.50 | 0.29 | 78 | 0.38 | 0.53 |
| Hex | 99 | B4 | 5A | F | 0 | 32 | 1D | 4E | 26 | 35 |
| Octal | 231 | 264 | 132 | 17 | 0 | 62 | 35 | 116 | 46 | 65 |
| Binary | 10011001 | 10110100 | 1011010 | 1111 | 0 | 110010 | 11101 | 1001110 | 100110 | 110101 |
Color Harmonies of #99B45A
Complementary color
Monochromatic Colors of #99B45A
Black with #99B45A
Text Example
Text Example
White with #99B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B45A; }
p { color: rgb(153,180,90); }
H1.HeaderClassName
{
color: #99B45A;
}
.AnyTagClassName
{
color: #99B45A;
}
</style>
background-color css
<style>
a { background-color: #99B45A; }
a { background-color: rgb(153,180,90); }
div.DivClassName
{
background-color: #99B45A;
}
.BgClassName
{
background-color: #99B45A;
}
</style>
border-color css
<style>
span { border-color: #99B45A; }
span { border-color: rgb(153,180,90); }
td.TdClassName
{
border-color: #99B45A;
}
.TagClassName
{
border-color: #99B45A;
}
</style>