Shades of Green Smoke #99B461
Tints of Green Smoke #99B461
RGB
CMYK
RGB Variations
Color information
#99B461 (or 0x99B461) is known color: Green Smoke. HEX triplet: 99, B4 and 61. RGB value is (153,180,97). Sum of RGB (Red+Green+Blue) = 153+180+97=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #99B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B461 is #664B9E. Grayscale: #A2A2A2. Windows color (decimal): -6704031 or 6403225. OLE color: 6403225.
HSL color Cylindrical-coordinate representation of color #99B461: hue angle of 79.52º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99B461 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 97 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.29 |
| HSL | 79.52º | 0.36% | 0.54% | - |
| HSV(B) | 79.52º | 0.46% | 0.71% | - |
| XYZ | 31.62 | 40.28 | 17.42 | - |
| YUV | 162.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 97 | 0.15 | 0 | 0.46 | 0.29 | 79.52 | 0.36 | 0.54 |
| Hex | 99 | B4 | 61 | F | 0 | 2E | 1D | 50 | 24 | 36 |
| Octal | 231 | 264 | 141 | 17 | 0 | 56 | 35 | 120 | 44 | 66 |
| Binary | 10011001 | 10110100 | 1100001 | 1111 | 0 | 101110 | 11101 | 1010000 | 100100 | 110110 |
Color Harmonies of #99B461
Complementary color
Monochromatic Colors of #99B461
Black with #99B461
Text Example
Text Example
White with #99B461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B461; }
p { color: rgb(153,180,97); }
H1.HeaderClassName
{
color: #99B461;
}
.AnyTagClassName
{
color: #99B461;
}
</style>
background-color css
<style>
a { background-color: #99B461; }
a { background-color: rgb(153,180,97); }
div.DivClassName
{
background-color: #99B461;
}
.BgClassName
{
background-color: #99B461;
}
</style>
border-color css
<style>
span { border-color: #99B461; }
span { border-color: rgb(153,180,97); }
td.TdClassName
{
border-color: #99B461;
}
.TagClassName
{
border-color: #99B461;
}
</style>