#98B29B

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

Shades of Edward #98B29B

Tints of Edward #98B29B

Color information

#98B29B (or 0x98B29B) is unknown color: approx Edward. HEX triplet: 98, B2 and 9B. RGB value is (152,178,155). Sum of RGB (Red+Green+Blue) = 152+178+155=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #98B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B29B is #674D64. Grayscale: #A7A7A7. Windows color (decimal): -6770021 or 10203800. OLE color: 10203800.

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

Color convert

RGB152178155-
CMYK0.1500.130.30
HSL126.92º14.44%64.71%-
HSV(B)126.92º14.61%69.8%-
XYZ34.7940.8837.07-
YUV167.6120.89116.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 155 (60.94% from 255) = 31.96%
R=31.34%
G=36.70%
B=31.96%

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
Decimal1521781550.1500.130.30126.9214.4464.71
Hex98B29BF0D1E7fe41
Octal230262233170153617716101
Binary10011000101100101001101111110110111110111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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