#98B19D

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

Shades of Edward #98B19D

Tints of Edward #98B19D

Color information

#98B19D (or 0x98B19D) is unknown color: approx Edward. HEX triplet: 98, B1 and 9D. RGB value is (152,177,157). Sum of RGB (Red+Green+Blue) = 152+177+157=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #98B19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B19D is #674E62. Grayscale: #A7A7A7. Windows color (decimal): -6770275 or 10334616. OLE color: 10334616.

HSL color Cylindrical-coordinate representation of color #98B19D: hue angle of 132º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98B19D is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB152177157-
CMYK0.1400.110.31
HSL132º13.81%64.51%-
HSV(B)132º14.12%69.41%-
XYZ34.7640.5537.89-
YUV167.24122.22117.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=31.28%
G=36.42%
B=32.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521771570.1400.110.3113213.8164.51
Hex98B19DE0B1F84e41
Octal230261235160133720416101
Binary100110001011000110011101111001011111111000010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,177,157); }

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

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

 a { background-color: rgb(152,177,157); }

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

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

 span { border-color: rgb(152,177,157); }

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