Shades of Green Smoke #9AB552
Tints of Green Smoke #9AB552
RGB
CMYK
RGB Variations
Color information
#9AB552 (or 0x9AB552) is known color: Green Smoke. HEX triplet: 9A, B5 and 52. RGB value is (154,181,82). Sum of RGB (Red+Green+Blue) = 154+181+82=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB552 is #654AAD. Grayscale: #A2A2A2. Windows color (decimal): -6638254 or 5420442. OLE color: 5420442.
HSL color Cylindrical-coordinate representation of color #9AB552: hue angle of 76.36º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AB552 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 82 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.29 |
| HSL | 76.36º | 0.4% | 0.52% | - |
| HSV(B) | 76.36º | 0.55% | 0.71% | - |
| XYZ | 31.37 | 40.53 | 14.15 | - |
| YUV | 161.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 82 | 0.15 | 0 | 0.55 | 0.29 | 76.36 | 0.4 | 0.52 |
| Hex | 9A | B5 | 52 | F | 0 | 37 | 1D | 4C | 28 | 34 |
| Octal | 232 | 265 | 122 | 17 | 0 | 67 | 35 | 114 | 50 | 64 |
| Binary | 10011010 | 10110101 | 1010010 | 1111 | 0 | 110111 | 11101 | 1001100 | 101000 | 110100 |
Color Harmonies of #9AB552
Complementary color
Monochromatic Colors of #9AB552
Black with #9AB552
Text Example
Text Example
White with #9AB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB552; }
p { color: rgb(154,181,82); }
H1.HeaderClassName
{
color: #9AB552;
}
.AnyTagClassName
{
color: #9AB552;
}
</style>
background-color css
<style>
a { background-color: #9AB552; }
a { background-color: rgb(154,181,82); }
div.DivClassName
{
background-color: #9AB552;
}
.BgClassName
{
background-color: #9AB552;
}
</style>
border-color css
<style>
span { border-color: #9AB552; }
span { border-color: rgb(154,181,82); }
td.TdClassName
{
border-color: #9AB552;
}
.TagClassName
{
border-color: #9AB552;
}
</style>