#98B09D

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

Shades of Edward #98B09D

Tints of Edward #98B09D

Color information

#98B09D (or 0x98B09D) is unknown color: approx Edward. HEX triplet: 98, B0 and 9D. RGB value is (152,176,157). Sum of RGB (Red+Green+Blue) = 152+176+157=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #98B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B09D is #674F62. Grayscale: #A6A6A6. Windows color (decimal): -6770531 or 10334360. OLE color: 10334360.

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

Color convert

RGB152176157-
CMYK0.1400.110.31
HSL132.5º13.19%64.31%-
HSV(B)132.5º13.64%69.02%-
XYZ34.5640.1637.83-
YUV166.66122.55117.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=31.34%
G=36.29%
B=32.37%

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
Decimal1521761570.1400.110.31132.513.1964.31
Hex98B09DE0B1F84d40
Octal230260235160133720415100
Binary100110001011000010011101111001011111111000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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