#98A390

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

Shades of Delta #98A390

Tints of Delta #98A390

Color information

#98A390 (or 0x98A390) is unknown color: approx Delta. HEX triplet: 98, A3 and 90. RGB value is (152,163,144). Sum of RGB (Red+Green+Blue) = 152+163+144=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #98A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A390 is #675C6F. Grayscale: #9D9D9D. Windows color (decimal): -6773872 or 9479064. OLE color: 9479064.

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

Color convert

RGB152163144-
CMYK0.0700.120.36
HSL94.74º9.36%60.2%-
HSV(B)94.74º11.66%63.92%-
XYZ31.0834.8831.48-
YUV157.54120.36124.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=33.12%
G=35.51%
B=31.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521631440.0700.120.3694.749.3660.2
Hex98A39070C245f93c
Octal2302432207014441371174
Binary1001100010100011100100001110110010010010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,163,144); }

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

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

 a { background-color: rgb(152,163,144); }

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

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

 span { border-color: rgb(152,163,144); }

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