Html Css Color HEX #98B09D Edward

📋 copy color: '#98B09D'

red 152 ◦ green 176 ◦ blue 157

#98B09D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #98B09D

Tints of Edward #98B09D

RGB

 RED value IS 152 (59.77% from 255) = 31.34%

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 31.34%
G = 36.29%
B = 32.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#98B09D (or 0x98B09D) is known color: Edward. HEX triplet: 98, B0 and 9D. RGB value is (152,176,157). Sum of RGB (Red+Green+Blue) = 152+176+157=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #98B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B09D is #674F62. Grayscale: #A6A6A6. Windows color (decimal): -6770531 or 10334360. OLE color: 10334360.

HSL color Cylindrical-coordinate representation of color #98B09D: hue angle of 132.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98B09D is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 176 157 -
CMYK 0.14 0 0.11 0.31
HSL 132.5º 0.13% 0.64% -
HSV(B) 132.5º 0.14% 0.69% -
XYZ 34.56 40.16 37.83 -
YUV 166.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 152 176 157 0.14 0 0.11 0.31 132.5 0.13 0.64
Hex 98 B0 9D E 0 B 1F 84 D 40
Octal 230 260 235 16 0 13 37 204 15 100
Binary 10011000 10110000 10011101 1110 0 1011 11111 10000100 1101 1000000

Color Harmonies of #98B09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B09D

Black with #98B09D

Text Example


Text Example

White with #98B09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,176,157); }

 H1.HeaderClassName
 {
   color: #98B09D;
 }
 .AnyTagClassName
 {
   color: #98B09D;
 }
</style>

background-color css

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

 a { background-color: rgb(152,176,157); }

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

border-color css

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

 span { border-color: rgb(152,176,157); }

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