#98A054

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

Shades of Green Smoke #98A054

Tints of Green Smoke #98A054

Color information

#98A054 (or 0x98A054) is unknown color: approx Green Smoke. HEX triplet: 98, A0 and 54. RGB value is (152,160,84). Sum of RGB (Red+Green+Blue) = 152+160+84=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #98A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A054 is #675FAB. Grayscale: #959595. Windows color (decimal): -6774700 or 5546136. OLE color: 5546136.

HSL color Cylindrical-coordinate representation of color #98A054: hue angle of 66.32º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98A054 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB15216084-
CMYK0.0500.480.37
HSL66.32º31.15%47.84%-
HSV(B)66.32º47.5%62.75%-
XYZ27.1232.4613.22-
YUV148.9491.35130.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=38.38%
G=40.40%
B=21.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152160840.0500.480.3766.3231.1547.84
Hex98A054503025421f30
Octal2302401245060451023760
Binary100110001010000010101001010110000100101100001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,160,84); }

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

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

 a { background-color: rgb(152,160,84); }

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

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

 span { border-color: rgb(152,160,84); }

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