#98A053

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

Shades of Green Smoke #98A053

Tints of Green Smoke #98A053

Color information

#98A053 (or 0x98A053) is unknown color: approx Green Smoke. HEX triplet: 98, A0 and 53. RGB value is (152,160,83). Sum of RGB (Red+Green+Blue) = 152+160+83=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #98A053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A053 is #675FAC. Grayscale: #959595. Windows color (decimal): -6774701 or 5480600. OLE color: 5480600.

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

Color convert

RGB15216083-
CMYK0.0500.480.37
HSL66.23º31.69%47.65%-
HSV(B)66.23º48.12%62.75%-
XYZ27.0832.4413.02-
YUV148.8390.85130.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=38.48%
G=40.51%
B=21.01%

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
Decimal152160830.0500.480.3766.2331.6947.65
Hex98A053503025422030
Octal2302401235060451024060
Binary1001100010100000101001110101100001001011000010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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