Html Css Color HEX #99AB9E Edward

📋 copy color: '#99AB9E'

red 153 ◦ green 171 ◦ blue 158

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

Shades of Edward #99AB9E

Tints of Edward #99AB9E

RGB

 RED value IS 153 (60.16% from 255) = 31.74%

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

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

R = 31.74%
G = 35.48%
B = 32.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#99AB9E (or 0x99AB9E) is known color: Edward. HEX triplet: 99, AB and 9E. RGB value is (153,171,158). Sum of RGB (Red+Green+Blue) = 153+171+158=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB9E is #665461. Grayscale: #A4A4A4. Windows color (decimal): -6706274 or 10398617. OLE color: 10398617.

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

Color convert

RGB 153 171 158 -
CMYK 0.11 0 0.08 0.33
HSL 136.67º 0.1% 0.64% -
HSV(B) 136.67º 0.11% 0.67% -
XYZ 33.87 38.37 37.97 -
YUV 164.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 153 171 158 0.11 0 0.08 0.33 136.67 0.1 0.64
Hex 99 AB 9E B 0 8 21 89 A 40
Octal 231 253 236 13 0 10 41 211 12 100
Binary 10011001 10101011 10011110 1011 0 1000 100001 10001001 1010 1000000

Color Harmonies of #99AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AB9E

Black with #99AB9E

Text Example


Text Example

White with #99AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AB9E; }

 p { color: rgb(153,171,158); }

 H1.HeaderClassName
 {
   color: #99AB9E;
 }
 .AnyTagClassName
 {
   color: #99AB9E;
 }
</style>

background-color css

<style>
 a { background-color: #99AB9E; }

 a { background-color: rgb(153,171,158); }

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

border-color css

<style>
 span { border-color: #99AB9E; }

 span { border-color: rgb(153,171,158); }

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