#98B39C

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

Shades of Edward #98B39C

Tints of Edward #98B39C

Color information

#98B39C (or 0x98B39C) is unknown color: approx Edward. HEX triplet: 98, B3 and 9C. RGB value is (152,179,156). Sum of RGB (Red+Green+Blue) = 152+179+156=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #98B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B39C is #674C63. Grayscale: #A8A8A8. Windows color (decimal): -6769764 or 10269592. OLE color: 10269592.

HSL color Cylindrical-coordinate representation of color #98B39C: hue angle of 128.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98B39C is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB152179156-
CMYK0.1500.130.30
HSL128.89º15.08%64.9%-
HSV(B)128.89º15.08%70.2%-
XYZ35.0741.3237.58-
YUV168.3121.05116.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=31.21%
G=36.76%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521791560.1500.130.30128.8915.0864.9
Hex98B39CF0D1E81f41
Octal230263234170153620117101
Binary100110001011001110011100111101101111101000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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