Shades of Green Smoke #9BAF5A
Tints of Green Smoke #9BAF5A
RGB
CMYK
RGB Variations
Color information
#9BAF5A (or 0x9BAF5A) is known color: Green Smoke. HEX triplet: 9B, AF and 5A. RGB value is (155,175,90). Sum of RGB (Red+Green+Blue) = 155+175+90=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF5A is #6450A5. Grayscale: #9F9F9F. Windows color (decimal): -6574246 or 5943195. OLE color: 5943195.
HSL color Cylindrical-coordinate representation of color #9BAF5A: hue angle of 74.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BAF5A is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 90 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.31 |
| HSL | 74.12º | 0.35% | 0.52% | - |
| HSV(B) | 74.12º | 0.49% | 0.69% | - |
| XYZ | 30.69 | 38.37 | 15.46 | - |
| YUV | 159.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 90 | 0.11 | 0 | 0.49 | 0.31 | 74.12 | 0.35 | 0.52 |
| Hex | 9B | AF | 5A | B | 0 | 31 | 1F | 4A | 23 | 34 |
| Octal | 233 | 257 | 132 | 13 | 0 | 61 | 37 | 112 | 43 | 64 |
| Binary | 10011011 | 10101111 | 1011010 | 1011 | 0 | 110001 | 11111 | 1001010 | 100011 | 110100 |
Color Harmonies of #9BAF5A
Complementary color
Monochromatic Colors of #9BAF5A
Black with #9BAF5A
Text Example
Text Example
White with #9BAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF5A; }
p { color: rgb(155,175,90); }
H1.HeaderClassName
{
color: #9BAF5A;
}
.AnyTagClassName
{
color: #9BAF5A;
}
</style>
background-color css
<style>
a { background-color: #9BAF5A; }
a { background-color: rgb(155,175,90); }
div.DivClassName
{
background-color: #9BAF5A;
}
.BgClassName
{
background-color: #9BAF5A;
}
</style>
border-color css
<style>
span { border-color: #9BAF5A; }
span { border-color: rgb(155,175,90); }
td.TdClassName
{
border-color: #9BAF5A;
}
.TagClassName
{
border-color: #9BAF5A;
}
</style>