Shades of Green Smoke #98A348
Tints of Green Smoke #98A348
RGB
CMYK
RGB Variations
Color information
#98A348 (or 0x98A348) is known color: Green Smoke. HEX triplet: 98, A3 and 48. RGB value is (152,163,72). Sum of RGB (Red+Green+Blue) = 152+163+72=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #98A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A348 is #675CB7. Grayscale: #959595. Windows color (decimal): -6773944 or 4760472. OLE color: 4760472.
HSL color Cylindrical-coordinate representation of color #98A348: hue angle of 67.25º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98A348 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 72 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.36 |
| HSL | 67.25º | 0.39% | 0.46% | - |
| HSV(B) | 67.25º | 0.56% | 0.64% | - |
| XYZ | 27.22 | 33.34 | 11.13 | - |
| YUV | 149.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 72 | 0.07 | 0 | 0.56 | 0.36 | 67.25 | 0.39 | 0.46 |
| Hex | 98 | A3 | 48 | 7 | 0 | 38 | 24 | 43 | 27 | 2E |
| Octal | 230 | 243 | 110 | 7 | 0 | 70 | 44 | 103 | 47 | 56 |
| Binary | 10011000 | 10100011 | 1001000 | 111 | 0 | 111000 | 100100 | 1000011 | 100111 | 101110 |
Color Harmonies of #98A348
Complementary color
Monochromatic Colors of #98A348
Black with #98A348
Text Example
Text Example
White with #98A348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A348; }
p { color: rgb(152,163,72); }
H1.HeaderClassName
{
color: #98A348;
}
.AnyTagClassName
{
color: #98A348;
}
</style>
background-color css
<style>
a { background-color: #98A348; }
a { background-color: rgb(152,163,72); }
div.DivClassName
{
background-color: #98A348;
}
.BgClassName
{
background-color: #98A348;
}
</style>
border-color css
<style>
span { border-color: #98A348; }
span { border-color: rgb(152,163,72); }
td.TdClassName
{
border-color: #98A348;
}
.TagClassName
{
border-color: #98A348;
}
</style>