Shades of Green Smoke #99B45B
Tints of Green Smoke #99B45B
RGB
CMYK
RGB Variations
Color information
#99B45B (or 0x99B45B) is known color: Green Smoke. HEX triplet: 99, B4 and 5B. RGB value is (153,180,91). Sum of RGB (Red+Green+Blue) = 153+180+91=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #99B45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B45B is #664BA4. Grayscale: #A2A2A2. Windows color (decimal): -6704037 or 6010009. OLE color: 6010009.
HSL color Cylindrical-coordinate representation of color #99B45B: hue angle of 78.2º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99B45B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 91 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.29 |
| HSL | 78.2º | 0.37% | 0.53% | - |
| HSV(B) | 78.2º | 0.49% | 0.71% | - |
| XYZ | 31.35 | 40.17 | 16 | - |
| YUV | 161.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 91 | 0.15 | 0 | 0.49 | 0.29 | 78.2 | 0.37 | 0.53 |
| Hex | 99 | B4 | 5B | F | 0 | 31 | 1D | 4E | 25 | 35 |
| Octal | 231 | 264 | 133 | 17 | 0 | 61 | 35 | 116 | 45 | 65 |
| Binary | 10011001 | 10110100 | 1011011 | 1111 | 0 | 110001 | 11101 | 1001110 | 100101 | 110101 |
Color Harmonies of #99B45B
Complementary color
Monochromatic Colors of #99B45B
Black with #99B45B
Text Example
Text Example
White with #99B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B45B; }
p { color: rgb(153,180,91); }
H1.HeaderClassName
{
color: #99B45B;
}
.AnyTagClassName
{
color: #99B45B;
}
</style>
background-color css
<style>
a { background-color: #99B45B; }
a { background-color: rgb(153,180,91); }
div.DivClassName
{
background-color: #99B45B;
}
.BgClassName
{
background-color: #99B45B;
}
</style>
border-color css
<style>
span { border-color: #99B45B; }
span { border-color: rgb(153,180,91); }
td.TdClassName
{
border-color: #99B45B;
}
.TagClassName
{
border-color: #99B45B;
}
</style>