Shades of Green Smoke #9AB05C
Tints of Green Smoke #9AB05C
RGB
CMYK
RGB Variations
Color information
#9AB05C (or 0x9AB05C) is known color: Green Smoke. HEX triplet: 9A, B0 and 5C. RGB value is (154,176,92). Sum of RGB (Red+Green+Blue) = 154+176+92=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB05C is #654FA3. Grayscale: #A0A0A0. Windows color (decimal): -6639524 or 6074522. OLE color: 6074522.
HSL color Cylindrical-coordinate representation of color #9AB05C: hue angle of 75.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AB05C is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 92 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.31 |
| HSL | 75.71º | 0.35% | 0.53% | - |
| HSV(B) | 75.71º | 0.48% | 0.69% | - |
| XYZ | 30.78 | 38.69 | 15.97 | - |
| YUV | 159.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 92 | 0.12 | 0 | 0.48 | 0.31 | 75.71 | 0.35 | 0.53 |
| Hex | 9A | B0 | 5C | C | 0 | 30 | 1F | 4C | 23 | 35 |
| Octal | 232 | 260 | 134 | 14 | 0 | 60 | 37 | 114 | 43 | 65 |
| Binary | 10011010 | 10110000 | 1011100 | 1100 | 0 | 110000 | 11111 | 1001100 | 100011 | 110101 |
Color Harmonies of #9AB05C
Complementary color
Monochromatic Colors of #9AB05C
Black with #9AB05C
Text Example
Text Example
White with #9AB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB05C; }
p { color: rgb(154,176,92); }
H1.HeaderClassName
{
color: #9AB05C;
}
.AnyTagClassName
{
color: #9AB05C;
}
</style>
background-color css
<style>
a { background-color: #9AB05C; }
a { background-color: rgb(154,176,92); }
div.DivClassName
{
background-color: #9AB05C;
}
.BgClassName
{
background-color: #9AB05C;
}
</style>
border-color css
<style>
span { border-color: #9AB05C; }
span { border-color: rgb(154,176,92); }
td.TdClassName
{
border-color: #9AB05C;
}
.TagClassName
{
border-color: #9AB05C;
}
</style>