#98A38B

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

Shades of Delta #98A38B

Tints of Delta #98A38B

Color information

#98A38B (or 0x98A38B) is unknown color: approx Delta. HEX triplet: 98, A3 and 8B. RGB value is (152,163,139). Sum of RGB (Red+Green+Blue) = 152+163+139=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 163 - color contains mainly: green. Hex color #98A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A38B is #675C74. Grayscale: #9D9D9D. Windows color (decimal): -6773877 or 9151384. OLE color: 9151384.

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

Color convert

RGB152163139-
CMYK0.0700.150.36
HSL87.5º11.54%59.22%-
HSV(B)87.5º14.72%63.92%-
XYZ30.7134.7329.51-
YUV156.98117.86124.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=33.48%
G=35.90%
B=30.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521631390.0700.150.3687.511.5459.22
Hex98A38B70F2457c3b
Octal2302432137017441271473
Binary1001100010100011100010111110111110010010101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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