Html Css Color HEX #98A49D Edward

📋 copy color: '#98A49D'

red 152 ◦ green 164 ◦ blue 157

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

Shades of Edward #98A49D

Tints of Edward #98A49D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

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

R = 32.14%
G = 34.67%
B = 33.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#98A49D (or 0x98A49D) is known color: Edward. HEX triplet: 98, A4 and 9D. RGB value is (152,164,157). Sum of RGB (Red+Green+Blue) = 152+164+157=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 164 - color contains mainly: green. Hex color #98A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A49D is #675B62. Grayscale: #9F9F9F. Windows color (decimal): -6773603 or 10331288. OLE color: 10331288.

HSL color Cylindrical-coordinate representation of color #98A49D: hue angle of 145º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98A49D is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 164 157 -
CMYK 0.07 0 0.04 0.36
HSL 145º 0.06% 0.62% -
HSV(B) 145º 0.07% 0.64% -
XYZ 32.31 35.66 37.08 -
YUV 159.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 152 164 157 0.07 0 0.04 0.36 145 0.06 0.62
Hex 98 A4 9D 7 0 4 24 91 6 3E
Octal 230 244 235 7 0 4 44 221 6 76
Binary 10011000 10100100 10011101 111 0 100 100100 10010001 110 111110

Color Harmonies of #98A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A49D

Black with #98A49D

Text Example


Text Example

White with #98A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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