Shades of Green Smoke #9BA55C
Tints of Green Smoke #9BA55C
RGB
CMYK
RGB Variations
Color information
#9BA55C (or 0x9BA55C) is known color: Green Smoke. HEX triplet: 9B, A5 and 5C. RGB value is (155,165,92). Sum of RGB (Red+Green+Blue) = 155+165+92=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA55C is #645AA3. Grayscale: #999999. Windows color (decimal): -6576804 or 6071707. OLE color: 6071707.
HSL color Cylindrical-coordinate representation of color #9BA55C: hue angle of 68.22º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BA55C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 92 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.35 |
| HSL | 68.22º | 0.29% | 0.5% | - |
| HSV(B) | 68.22º | 0.44% | 0.65% | - |
| XYZ | 28.9 | 34.65 | 15.29 | - |
| YUV | 153.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 92 | 0.06 | 0 | 0.44 | 0.35 | 68.22 | 0.29 | 0.5 |
| Hex | 9B | A5 | 5C | 6 | 0 | 2C | 23 | 44 | 1D | 32 |
| Octal | 233 | 245 | 134 | 6 | 0 | 54 | 43 | 104 | 35 | 62 |
| Binary | 10011011 | 10100101 | 1011100 | 110 | 0 | 101100 | 100011 | 1000100 | 11101 | 110010 |
Color Harmonies of #9BA55C
Complementary color
Monochromatic Colors of #9BA55C
Black with #9BA55C
Text Example
Text Example
White with #9BA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA55C; }
p { color: rgb(155,165,92); }
H1.HeaderClassName
{
color: #9BA55C;
}
.AnyTagClassName
{
color: #9BA55C;
}
</style>
background-color css
<style>
a { background-color: #9BA55C; }
a { background-color: rgb(155,165,92); }
div.DivClassName
{
background-color: #9BA55C;
}
.BgClassName
{
background-color: #9BA55C;
}
</style>
border-color css
<style>
span { border-color: #9BA55C; }
span { border-color: rgb(155,165,92); }
td.TdClassName
{
border-color: #9BA55C;
}
.TagClassName
{
border-color: #9BA55C;
}
</style>