Html Css Color HEX #98A49E Tower Grey

📋 copy color: '#98A49E'

red 152 ◦ green 164 ◦ blue 158

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

Shades of Tower Grey #98A49E

Tints of Tower Grey #98A49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 32.07%
G = 34.6%
B = 33.33%

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

#98A49E (or 0x98A49E) is known color: Tower Grey. HEX triplet: 98, A4 and 9E. RGB value is (152,164,158). Sum of RGB (Red+Green+Blue) = 152+164+158=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 164 - color contains mainly: green. Hex color #98A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A49E is #675B61. Grayscale: #9F9F9F. Windows color (decimal): -6773602 or 10396824. OLE color: 10396824.

HSL color Cylindrical-coordinate representation of color #98A49E: hue angle of 150º 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 #98A49E is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 164 158 -
CMYK 0.07 0 0.04 0.36
HSL 150º 0.06% 0.62% -
HSV(B) 150º 0.07% 0.64% -
XYZ 32.4 35.69 37.53 -
YUV 159.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 152 164 158 0.07 0 0.04 0.36 150 0.06 0.62
Hex 98 A4 9E 7 0 4 24 96 6 3E
Octal 230 244 236 7 0 4 44 226 6 76
Binary 10011000 10100100 10011110 111 0 100 100100 10010110 110 111110

Color Harmonies of #98A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A49E

Black with #98A49E

Text Example


Text Example

White with #98A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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