#98a561

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

Shades of Green Smoke #98A561

Tints of Green Smoke #98A561

Color information

#98A561 (or 0x98A561) is unknown color: approx Green Smoke. HEX triplet: 98, A5 and 61. RGB value is (152,165,97). Sum of RGB (Red+Green+Blue) = 152+165+97=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #98A561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A561 is #675A9E. Grayscale: #999999. Windows color (decimal): -6773407 or 6399384. OLE color: 6399384.

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

Color convert

RGB15216597-
CMYK0.0800.410.35
HSL71.47º27.42%51.37%-
HSV(B)71.47º41.21%64.71%-
XYZ28.5634.4516.45-
YUV153.3696.19127.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=36.71%
G=39.86%
B=23.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152165970.0800.410.3571.4727.4251.37
Hex98A561802923471b33
Octal23024514110051431073363
Binary1001100010100101110000110000101001100011100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98a561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,165,97); }

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

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

 a { background-color: rgb(152,165,97); }

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

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

 span { border-color: rgb(152,165,97); }

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