Html Css Color HEX #98AB9C Edward

📋 copy color: '#98AB9C'

red 152 ◦ green 171 ◦ blue 156

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

Shades of Edward #98AB9C

Tints of Edward #98AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.7%

 BLUE value IS 156 (61.33% from 255) = 32.57%

R = 31.73%
G = 35.7%
B = 32.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#98AB9C (or 0x98AB9C) is known color: Edward. HEX triplet: 98, AB and 9C. RGB value is (152,171,156). Sum of RGB (Red+Green+Blue) = 152+171+156=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AB9C is #675463. Grayscale: #A3A3A3. Windows color (decimal): -6771812 or 10267544. OLE color: 10267544.

HSL color Cylindrical-coordinate representation of color #98AB9C: hue angle of 132.63º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98AB9C is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 171 156 -
CMYK 0.11 0 0.09 0.33
HSL 132.63º 0.1% 0.63% -
HSV(B) 132.63º 0.11% 0.67% -
XYZ 33.51 38.2 37.06 -
YUV 163.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 152 171 156 0.11 0 0.09 0.33 132.63 0.1 0.63
Hex 98 AB 9C B 0 9 21 85 A 3F
Octal 230 253 234 13 0 11 41 205 12 77
Binary 10011000 10101011 10011100 1011 0 1001 100001 10000101 1010 111111

Color Harmonies of #98AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AB9C

Black with #98AB9C

Text Example


Text Example

White with #98AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,171,156); }

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

background-color css

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

 a { background-color: rgb(152,171,156); }

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

border-color css

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

 span { border-color: rgb(152,171,156); }

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