#98B09C

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

Shades of Edward #98B09C

Tints of Edward #98B09C

Color information

#98B09C (or 0x98B09C) is unknown color: approx Edward. HEX triplet: 98, B0 and 9C. RGB value is (152,176,156). Sum of RGB (Red+Green+Blue) = 152+176+156=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #98B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B09C is #674F63. Grayscale: #A6A6A6. Windows color (decimal): -6770532 or 10268824. OLE color: 10268824.

HSL color Cylindrical-coordinate representation of color #98B09C: hue angle of 130º 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 #98B09C is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB152176156-
CMYK0.1400.110.31
HSL130º13.19%64.31%-
HSV(B)130º13.64%69.02%-
XYZ34.4740.1337.38-
YUV166.54122.05117.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=31.40%
G=36.36%
B=32.23%

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
Decimal1521761560.1400.110.3113013.1964.31
Hex98B09CE0B1F82d40
Octal230260234160133720215100
Binary100110001011000010011100111001011111111000001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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