#98A460

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

Shades of Green Smoke #98A460

Tints of Green Smoke #98A460

Color information

#98A460 (or 0x98A460) is unknown color: approx Green Smoke. HEX triplet: 98, A4 and 60. RGB value is (152,164,96). Sum of RGB (Red+Green+Blue) = 152+164+96=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #98A460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A460 is #675B9F. Grayscale: #989898. Windows color (decimal): -6773664 or 6333592. OLE color: 6333592.

HSL color Cylindrical-coordinate representation of color #98A460: hue angle of 70.59º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98A460 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB15216496-
CMYK0.0700.410.36
HSL70.59º27.2%50.98%-
HSV(B)70.59º41.46%64.31%-
XYZ28.3434.0716.15-
YUV152.6696.02127.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=36.89%
G=39.81%
B=23.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152164960.0700.410.3670.5927.250.98
Hex98A460702924471b33
Octal2302441407051441073363
Binary100110001010010011000001110101001100100100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,164,96); }

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

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

 a { background-color: rgb(152,164,96); }

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

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

 span { border-color: rgb(152,164,96); }

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