#98A387

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

Shades of Delta #98A387

Tints of Delta #98A387

Color information

#98A387 (or 0x98A387) is unknown color: approx Delta. HEX triplet: 98, A3 and 87. RGB value is (152,163,135). Sum of RGB (Red+Green+Blue) = 152+163+135=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #98A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A387 is #675C78. Grayscale: #9C9C9C. Windows color (decimal): -6773881 or 8889240. OLE color: 8889240.

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

Color convert

RGB152163135-
CMYK0.0700.170.36
HSL83.57º13.21%58.43%-
HSV(B)83.57º17.18%63.92%-
XYZ30.4234.6228-
YUV156.52115.86124.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 135 (53.12% from 255) = 30%
R=33.78%
G=36.22%
B=30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521631350.0700.170.3683.5713.2158.43
Hex98A38770112454d3a
Octal2302432077021441241572
Binary10011000101000111000011111101000110010010101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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