#98AC5F

Color #98AC5F Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #98AC5F

Tints of Green Smoke #98AC5F

Color information

#98AC5F (or 0x98AC5F) is unknown color: approx Green Smoke. HEX triplet: 98, AC and 5F. RGB value is (152,172,95). Sum of RGB (Red+Green+Blue) = 152+172+95=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AC5F is #6753A0. Grayscale: #9D9D9D. Windows color (decimal): -6771617 or 6270104. OLE color: 6270104.

HSL color Cylindrical-coordinate representation of color #98AC5F: hue angle of 75.58º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98AC5F is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB15217295-
CMYK0.1200.450.33
HSL75.58º31.69%52.35%-
HSV(B)75.58º44.77%67.45%-
XYZ29.7737.0116.4-
YUV157.2492.87124.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=36.28%
G=41.05%
B=22.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152172950.1200.450.3375.5831.6952.35
Hex98AC5FC02D214c2034
Octal23025413714055411144064
Binary10011000101011001011111110001011011000011001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AC5F; }

 p { color: rgb(152,172,95); }

 H1.HeaderClassName
 {
   color: #98AC5F;
 }
 .AnyTagClassName
 {
   color: #98AC5F;
 }
</style>
background-color css

<style>
 a { background-color: #98AC5F; }

 a { background-color: rgb(152,172,95); }

 div.DivClassName
 {
   background-color: #98AC5F;
 }
 .BgClassName
 {
   background-color: #98AC5F;
 }
</style>
border-color css

<style>
 span { border-color: #98AC5F; }

 span { border-color: rgb(152,172,95); }

 td.TdClassName
 {
   border-color: #98AC5F;
 }
 .TagClassName
 {
   border-color: #98AC5F;
 }
</style>