#98B59C

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

Shades of Edward #98B59C

Tints of Edward #98B59C

Color information

#98B59C (or 0x98B59C) is unknown color: approx Edward. HEX triplet: 98, B5 and 9C. RGB value is (152,181,156). Sum of RGB (Red+Green+Blue) = 152+181+156=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 181 - color contains mainly: green. Hex color #98B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B59C is #674A63. Grayscale: #A9A9A9. Windows color (decimal): -6769252 or 10270104. OLE color: 10270104.

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

Color convert

RGB152181156-
CMYK0.1600.140.29
HSL128.28º16.38%65.29%-
HSV(B)128.28º16.02%70.98%-
XYZ35.4742.1237.71-
YUV169.48120.39115.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=31.08%
G=37.01%
B=31.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521811560.1600.140.29128.2816.3865.29
Hex98B59C100E1D801041
Octal230265234200163520020101
Binary10011000101101011001110010000011101110110000000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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