Shades of Green Smoke #98A453
Tints of Green Smoke #98A453
RGB
CMYK
RGB Variations
Color information
#98A453 (or 0x98A453) is known color: Green Smoke. HEX triplet: 98, A4 and 53. RGB value is (152,164,83). Sum of RGB (Red+Green+Blue) = 152+164+83=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #98A453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A453 is #675BAC. Grayscale: #979797. Windows color (decimal): -6773677 or 5481624. OLE color: 5481624.
HSL color Cylindrical-coordinate representation of color #98A453: hue angle of 68.89º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98A453 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 83 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.36 |
| HSL | 68.89º | 0.33% | 0.48% | - |
| HSV(B) | 68.89º | 0.49% | 0.64% | - |
| XYZ | 27.79 | 33.85 | 13.25 | - |
| YUV | 151.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 83 | 0.07 | 0 | 0.49 | 0.36 | 68.89 | 0.33 | 0.48 |
| Hex | 98 | A4 | 53 | 7 | 0 | 31 | 24 | 45 | 21 | 30 |
| Octal | 230 | 244 | 123 | 7 | 0 | 61 | 44 | 105 | 41 | 60 |
| Binary | 10011000 | 10100100 | 1010011 | 111 | 0 | 110001 | 100100 | 1000101 | 100001 | 110000 |
Color Harmonies of #98A453
Complementary color
Monochromatic Colors of #98A453
Black with #98A453
Text Example
Text Example
White with #98A453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A453; }
p { color: rgb(152,164,83); }
H1.HeaderClassName
{
color: #98A453;
}
.AnyTagClassName
{
color: #98A453;
}
</style>
background-color css
<style>
a { background-color: #98A453; }
a { background-color: rgb(152,164,83); }
div.DivClassName
{
background-color: #98A453;
}
.BgClassName
{
background-color: #98A453;
}
</style>
border-color css
<style>
span { border-color: #98A453; }
span { border-color: rgb(152,164,83); }
td.TdClassName
{
border-color: #98A453;
}
.TagClassName
{
border-color: #98A453;
}
</style>