Shades of Green Smoke #9BA25A
Tints of Green Smoke #9BA25A
RGB
CMYK
RGB Variations
Color information
#9BA25A (or 0x9BA25A) is known color: Green Smoke. HEX triplet: 9B, A2 and 5A. RGB value is (155,162,90). Sum of RGB (Red+Green+Blue) = 155+162+90=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA25A is #645DA5. Grayscale: #979797. Windows color (decimal): -6577574 or 5939867. OLE color: 5939867.
HSL color Cylindrical-coordinate representation of color #9BA25A: hue angle of 65.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BA25A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 90 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.36 |
| HSL | 65.83º | 0.29% | 0.49% | - |
| HSV(B) | 65.83º | 0.44% | 0.64% | - |
| XYZ | 28.28 | 33.55 | 14.66 | - |
| YUV | 151.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 90 | 0.04 | 0 | 0.44 | 0.36 | 65.83 | 0.29 | 0.49 |
| Hex | 9B | A2 | 5A | 4 | 0 | 2C | 24 | 42 | 1D | 31 |
| Octal | 233 | 242 | 132 | 4 | 0 | 54 | 44 | 102 | 35 | 61 |
| Binary | 10011011 | 10100010 | 1011010 | 100 | 0 | 101100 | 100100 | 1000010 | 11101 | 110001 |
Color Harmonies of #9BA25A
Complementary color
Monochromatic Colors of #9BA25A
Black with #9BA25A
Text Example
Text Example
White with #9BA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA25A; }
p { color: rgb(155,162,90); }
H1.HeaderClassName
{
color: #9BA25A;
}
.AnyTagClassName
{
color: #9BA25A;
}
</style>
background-color css
<style>
a { background-color: #9BA25A; }
a { background-color: rgb(155,162,90); }
div.DivClassName
{
background-color: #9BA25A;
}
.BgClassName
{
background-color: #9BA25A;
}
</style>
border-color css
<style>
span { border-color: #9BA25A; }
span { border-color: rgb(155,162,90); }
td.TdClassName
{
border-color: #9BA25A;
}
.TagClassName
{
border-color: #9BA25A;
}
</style>