Shades of Green Smoke #98A05C
Tints of Green Smoke #98A05C
RGB
CMYK
RGB Variations
Color information
#98A05C (or 0x98A05C) is known color: Green Smoke. HEX triplet: 98, A0 and 5C. RGB value is (152,160,92). Sum of RGB (Red+Green+Blue) = 152+160+92=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #98A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A05C is #675FA3. Grayscale: #969696. Windows color (decimal): -6774692 or 6070424. OLE color: 6070424.
HSL color Cylindrical-coordinate representation of color #98A05C: hue angle of 67.06º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98A05C is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 92 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.37 |
| HSL | 67.06º | 0.27% | 0.49% | - |
| HSV(B) | 67.06º | 0.43% | 0.63% | - |
| XYZ | 27.45 | 32.59 | 14.97 | - |
| YUV | 149.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 92 | 0.05 | 0 | 0.43 | 0.37 | 67.06 | 0.27 | 0.49 |
| Hex | 98 | A0 | 5C | 5 | 0 | 2B | 25 | 43 | 1B | 31 |
| Octal | 230 | 240 | 134 | 5 | 0 | 53 | 45 | 103 | 33 | 61 |
| Binary | 10011000 | 10100000 | 1011100 | 101 | 0 | 101011 | 100101 | 1000011 | 11011 | 110001 |
Color Harmonies of #98A05C
Complementary color
Monochromatic Colors of #98A05C
Black with #98A05C
Text Example
Text Example
White with #98A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A05C; }
p { color: rgb(152,160,92); }
H1.HeaderClassName
{
color: #98A05C;
}
.AnyTagClassName
{
color: #98A05C;
}
</style>
background-color css
<style>
a { background-color: #98A05C; }
a { background-color: rgb(152,160,92); }
div.DivClassName
{
background-color: #98A05C;
}
.BgClassName
{
background-color: #98A05C;
}
</style>
border-color css
<style>
span { border-color: #98A05C; }
span { border-color: rgb(152,160,92); }
td.TdClassName
{
border-color: #98A05C;
}
.TagClassName
{
border-color: #98A05C;
}
</style>