Html Css Color HEX #98A59D Edward

📋 copy color: '#98A59D'

red 152 ◦ green 165 ◦ blue 157

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

Shades of Edward #98A59D

Tints of Edward #98A59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.81%

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

R = 32.07%
G = 34.81%
B = 33.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#98A59D (or 0x98A59D) is known color: Edward. HEX triplet: 98, A5 and 9D. RGB value is (152,165,157). Sum of RGB (Red+Green+Blue) = 152+165+157=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 165 - color contains mainly: green. Hex color #98A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A59D is #675A62. Grayscale: #A0A0A0. Windows color (decimal): -6773347 or 10331544. OLE color: 10331544.

HSL color Cylindrical-coordinate representation of color #98A59D: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A59D is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 165 157 -
CMYK 0.08 0 0.05 0.35
HSL 143.08º 0.07% 0.62% -
HSV(B) 143.08º 0.08% 0.65% -
XYZ 32.49 36.02 37.14 -
YUV 160.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 152 165 157 0.08 0 0.05 0.35 143.08 0.07 0.62
Hex 98 A5 9D 8 0 5 23 8F 7 3E
Octal 230 245 235 10 0 5 43 217 7 76
Binary 10011000 10100101 10011101 1000 0 101 100011 10001111 111 111110

Color Harmonies of #98A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A59D

Black with #98A59D

Text Example


Text Example

White with #98A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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