Html Css Color HEX #98A19B Edward

📋 copy color: '#98A19B'

red 152 ◦ green 161 ◦ blue 155

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

Shades of Edward #98A19B

Tints of Edward #98A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

 BLUE value IS 155 (60.94% from 255) = 33.12%

R = 32.48%
G = 34.4%
B = 33.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#98A19B (or 0x98A19B) is known color: Edward. HEX triplet: 98, A1 and 9B. RGB value is (152,161,155). Sum of RGB (Red+Green+Blue) = 152+161+155=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 161 - color contains mainly: green. Hex color #98A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A19B is #675E64. Grayscale: #9D9D9D. Windows color (decimal): -6774373 or 10199448. OLE color: 10199448.

HSL color Cylindrical-coordinate representation of color #98A19B: hue angle of 140º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98A19B is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 161 155 -
CMYK 0.06 0 0.04 0.37
HSL 140º 0.05% 0.61% -
HSV(B) 140º 0.06% 0.63% -
XYZ 31.61 34.53 36.01 -
YUV 157.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 152 161 155 0.06 0 0.04 0.37 140 0.05 0.61
Hex 98 A1 9B 6 0 4 25 8C 5 3D
Octal 230 241 233 6 0 4 45 214 5 75
Binary 10011000 10100001 10011011 110 0 100 100101 10001100 101 111101

Color Harmonies of #98A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A19B

Black with #98A19B

Text Example


Text Example

White with #98A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,161,155); }

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

background-color css

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

 a { background-color: rgb(152,161,155); }

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

border-color css

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

 span { border-color: rgb(152,161,155); }

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