#98A45C

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

Shades of Green Smoke #98A45C

Tints of Green Smoke #98A45C

Color information

#98A45C (or 0x98A45C) is unknown color: approx Green Smoke. HEX triplet: 98, A4 and 5C. RGB value is (152,164,92). Sum of RGB (Red+Green+Blue) = 152+164+92=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #98A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A45C is #675BA3. Grayscale: #989898. Windows color (decimal): -6773668 or 6071448. OLE color: 6071448.

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

Color convert

RGB15216492-
CMYK0.0700.440.36
HSL70º28.35%50.2%-
HSV(B)70º43.9%64.31%-
XYZ28.163415.2-
YUV152.294.02127.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=37.25%
G=40.20%
B=22.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152164920.0700.440.367028.3550.2
Hex98A45C702C24461c32
Octal2302441347054441063462
Binary100110001010010010111001110101100100100100011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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