#98B39B

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

Shades of Edward #98B39B

Tints of Edward #98B39B

Color information

#98B39B (or 0x98B39B) is unknown color: approx Edward. HEX triplet: 98, B3 and 9B. RGB value is (152,179,155). Sum of RGB (Red+Green+Blue) = 152+179+155=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #98B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B39B is #674C64. Grayscale: #A8A8A8. Windows color (decimal): -6769765 or 10204056. OLE color: 10204056.

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

Color convert

RGB152179155-
CMYK0.1500.130.30
HSL126.67º15.08%64.9%-
HSV(B)126.67º15.08%70.2%-
XYZ34.9941.2837.13-
YUV168.19120.55116.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=31.28%
G=36.83%
B=31.89%

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
Decimal1521791550.1500.130.30126.6715.0864.9
Hex98B39BF0D1E7ff41
Octal230263233170153617717101
Binary10011000101100111001101111110110111110111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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