#99AC9B

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

Shades of Edward #99AC9B

Tints of Edward #99AC9B

Color information

#99AC9B (or 0x99AC9B) is unknown color: approx Edward. HEX triplet: 99, AC and 9B. RGB value is (153,172,155). Sum of RGB (Red+Green+Blue) = 153+172+155=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AC9B is #665364. Grayscale: #A4A4A4. Windows color (decimal): -6706021 or 10202265. OLE color: 10202265.

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

Color convert

RGB153172155-
CMYK0.1100.100.33
HSL126.32º10.27%63.73%-
HSV(B)126.32º11.05%67.45%-
XYZ33.8138.6436.69-
YUV164.38122.71119.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=31.88%
G=35.83%
B=32.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721550.1100.100.33126.3210.2763.73
Hex99AC9BB0A217ea40
Octal231254233130124117612100
Binary100110011010110010011011101101010100001111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,172,155); }

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

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

 a { background-color: rgb(153,172,155); }

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

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

 span { border-color: rgb(153,172,155); }

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