Shades of Green Smoke #9BAE5F
Tints of Green Smoke #9BAE5F
RGB
CMYK
RGB Variations
Color information
#9BAE5F (or 0x9BAE5F) is known color: Green Smoke. HEX triplet: 9B, AE and 5F. RGB value is (155,174,95). Sum of RGB (Red+Green+Blue) = 155+174+95=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE5F is #6451A0. Grayscale: #9F9F9F. Windows color (decimal): -6574497 or 6270619. OLE color: 6270619.
HSL color Cylindrical-coordinate representation of color #9BAE5F: hue angle of 74.43º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BAE5F is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 95 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.32 |
| HSL | 74.43º | 0.33% | 0.53% | - |
| HSV(B) | 74.43º | 0.45% | 0.68% | - |
| XYZ | 30.72 | 38.07 | 16.56 | - |
| YUV | 159.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 95 | 0.11 | 0 | 0.45 | 0.32 | 74.43 | 0.33 | 0.53 |
| Hex | 9B | AE | 5F | B | 0 | 2D | 20 | 4A | 21 | 35 |
| Octal | 233 | 256 | 137 | 13 | 0 | 55 | 40 | 112 | 41 | 65 |
| Binary | 10011011 | 10101110 | 1011111 | 1011 | 0 | 101101 | 100000 | 1001010 | 100001 | 110101 |
Color Harmonies of #9BAE5F
Complementary color
Monochromatic Colors of #9BAE5F
Black with #9BAE5F
Text Example
Text Example
White with #9BAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE5F; }
p { color: rgb(155,174,95); }
H1.HeaderClassName
{
color: #9BAE5F;
}
.AnyTagClassName
{
color: #9BAE5F;
}
</style>
background-color css
<style>
a { background-color: #9BAE5F; }
a { background-color: rgb(155,174,95); }
div.DivClassName
{
background-color: #9BAE5F;
}
.BgClassName
{
background-color: #9BAE5F;
}
</style>
border-color css
<style>
span { border-color: #9BAE5F; }
span { border-color: rgb(155,174,95); }
td.TdClassName
{
border-color: #9BAE5F;
}
.TagClassName
{
border-color: #9BAE5F;
}
</style>