Shades of Green Smoke #9BA95C
Tints of Green Smoke #9BA95C
RGB
CMYK
RGB Variations
Color information
#9BA95C (or 0x9BA95C) is known color: Green Smoke. HEX triplet: 9B, A9 and 5C. RGB value is (155,169,92). Sum of RGB (Red+Green+Blue) = 155+169+92=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA95C is #6456A3. Grayscale: #9C9C9C. Windows color (decimal): -6575780 or 6072731. OLE color: 6072731.
HSL color Cylindrical-coordinate representation of color #9BA95C: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BA95C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 92 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.34 |
| HSL | 70.91º | 0.31% | 0.51% | - |
| HSV(B) | 70.91º | 0.46% | 0.66% | - |
| XYZ | 29.64 | 36.12 | 15.53 | - |
| YUV | 156.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 92 | 0.08 | 0 | 0.46 | 0.34 | 70.91 | 0.31 | 0.51 |
| Hex | 9B | A9 | 5C | 8 | 0 | 2E | 22 | 47 | 1F | 33 |
| Octal | 233 | 251 | 134 | 10 | 0 | 56 | 42 | 107 | 37 | 63 |
| Binary | 10011011 | 10101001 | 1011100 | 1000 | 0 | 101110 | 100010 | 1000111 | 11111 | 110011 |
Color Harmonies of #9BA95C
Complementary color
Monochromatic Colors of #9BA95C
Black with #9BA95C
Text Example
Text Example
White with #9BA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA95C; }
p { color: rgb(155,169,92); }
H1.HeaderClassName
{
color: #9BA95C;
}
.AnyTagClassName
{
color: #9BA95C;
}
</style>
background-color css
<style>
a { background-color: #9BA95C; }
a { background-color: rgb(155,169,92); }
div.DivClassName
{
background-color: #9BA95C;
}
.BgClassName
{
background-color: #9BA95C;
}
</style>
border-color css
<style>
span { border-color: #9BA95C; }
span { border-color: rgb(155,169,92); }
td.TdClassName
{
border-color: #9BA95C;
}
.TagClassName
{
border-color: #9BA95C;
}
</style>