#98A090

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

Shades of Delta #98A090

Tints of Delta #98A090

Color information

#98A090 (or 0x98A090) is unknown color: approx Delta. HEX triplet: 98, A0 and 90. RGB value is (152,160,144). Sum of RGB (Red+Green+Blue) = 152+160+144=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 160 - color contains mainly: green. Hex color #98A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A090 is #675F6F. Grayscale: #9B9B9B. Windows color (decimal): -6774640 or 9478296. OLE color: 9478296.

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

Color convert

RGB152160144-
CMYK0.0500.10.37
HSL90º7.77%59.61%-
HSV(B)90º10%62.75%-
XYZ30.5533.8331.31-
YUV155.78121.35125.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=33.33%
G=35.09%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1521601440.0500.10.37907.7759.61
Hex98A09050A255a83c
Octal2302402205012451321074
Binary1001100010100000100100001010101010010110110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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