Shades of Green Smoke #98A34C
Tints of Green Smoke #98A34C
RGB
CMYK
RGB Variations
Color information
#98A34C (or 0x98A34C) is known color: Green Smoke. HEX triplet: 98, A3 and 4C. RGB value is (152,163,76). Sum of RGB (Red+Green+Blue) = 152+163+76=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #98A34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A34C is #675CB3. Grayscale: #969696. Windows color (decimal): -6773940 or 5022616. OLE color: 5022616.
HSL color Cylindrical-coordinate representation of color #98A34C: hue angle of 67.59º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98A34C is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 76 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.36 |
| HSL | 67.59º | 0.36% | 0.47% | - |
| HSV(B) | 67.59º | 0.53% | 0.64% | - |
| XYZ | 27.35 | 33.39 | 11.84 | - |
| YUV | 149.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 76 | 0.07 | 0 | 0.53 | 0.36 | 67.59 | 0.36 | 0.47 |
| Hex | 98 | A3 | 4C | 7 | 0 | 35 | 24 | 44 | 24 | 2F |
| Octal | 230 | 243 | 114 | 7 | 0 | 65 | 44 | 104 | 44 | 57 |
| Binary | 10011000 | 10100011 | 1001100 | 111 | 0 | 110101 | 100100 | 1000100 | 100100 | 101111 |
Color Harmonies of #98A34C
Complementary color
Monochromatic Colors of #98A34C
Black with #98A34C
Text Example
Text Example
White with #98A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A34C; }
p { color: rgb(152,163,76); }
H1.HeaderClassName
{
color: #98A34C;
}
.AnyTagClassName
{
color: #98A34C;
}
</style>
background-color css
<style>
a { background-color: #98A34C; }
a { background-color: rgb(152,163,76); }
div.DivClassName
{
background-color: #98A34C;
}
.BgClassName
{
background-color: #98A34C;
}
</style>
border-color css
<style>
span { border-color: #98A34C; }
span { border-color: rgb(152,163,76); }
td.TdClassName
{
border-color: #98A34C;
}
.TagClassName
{
border-color: #98A34C;
}
</style>