#98B19A

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

Shades of Edward #98B19A

Tints of Edward #98B19A

Color information

#98B19A (or 0x98B19A) is unknown color: approx Edward. HEX triplet: 98, B1 and 9A. RGB value is (152,177,154). Sum of RGB (Red+Green+Blue) = 152+177+154=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #98B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B19A is #674E65. Grayscale: #A6A6A6. Windows color (decimal): -6770278 or 10138008. OLE color: 10138008.

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

Color convert

RGB152177154-
CMYK0.1400.130.31
HSL124.8º13.81%64.51%-
HSV(B)124.8º14.12%69.41%-
XYZ34.540.4536.56-
YUV166.9120.72117.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=31.47%
G=36.65%
B=31.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521771540.1400.130.31124.813.8164.51
Hex98B19AE0D1F7de41
Octal230261232160153717516101
Binary10011000101100011001101011100110111111111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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