Html Css Color HEX #98B19D Edward

📋 copy color: '#98B19D'

red 152 ◦ green 177 ◦ blue 157

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

Shades of Edward #98B19D

Tints of Edward #98B19D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.42%

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

R = 31.28%
G = 36.42%
B = 32.3%

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

#98B19D (or 0x98B19D) is known color: Edward. HEX triplet: 98, B1 and 9D. RGB value is (152,177,157). Sum of RGB (Red+Green+Blue) = 152+177+157=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #98B19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B19D is #674E62. Grayscale: #A7A7A7. Windows color (decimal): -6770275 or 10334616. OLE color: 10334616.

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

Color convert

RGB 152 177 157 -
CMYK 0.14 0 0.11 0.31
HSL 132º 0.14% 0.65% -
HSV(B) 132º 0.14% 0.69% -
XYZ 34.76 40.55 37.89 -
YUV 167.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 152 177 157 0.14 0 0.11 0.31 132 0.14 0.65
Hex 98 B1 9D E 0 B 1F 84 E 41
Octal 230 261 235 16 0 13 37 204 16 101
Binary 10011000 10110001 10011101 1110 0 1011 11111 10000100 1110 1000001

Color Harmonies of #98B19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B19D

Black with #98B19D

Text Example


Text Example

White with #98B19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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