#99AB9C

Color #99AB9C Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #99AB9C

Tints of Edward #99AB9C

Color information

#99AB9C (or 0x99AB9C) is unknown color: approx Edward. HEX triplet: 99, AB and 9C. RGB value is (153,171,156). Sum of RGB (Red+Green+Blue) = 153+171+156=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB9C is #665463. Grayscale: #A3A3A3. Windows color (decimal): -6706276 or 10267545. OLE color: 10267545.

HSL color Cylindrical-coordinate representation of color #99AB9C: hue angle of 130º 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 #99AB9C is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB153171156-
CMYK0.1100.090.33
HSL130º9.68%63.53%-
HSV(B)130º10.53%67.06%-
XYZ33.738.337.07-
YUV163.91123.54120.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=31.88%
G=35.62%
B=32.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531711560.1100.090.331309.6863.53
Hex99AB9CB092182a40
Octal231253234130114120212100
Binary1001100110101011100111001011010011000011000001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99AB9C;
 }
 .AnyTagClassName
 {
   color: #99AB9C;
 }
</style>
background-color css

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

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

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

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

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

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