#99B49D

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

Shades of Edward #99B49D

Tints of Edward #99B49D

Color information

#99B49D (or 0x99B49D) is unknown color: approx Edward. HEX triplet: 99, B4 and 9D. RGB value is (153,180,157). Sum of RGB (Red+Green+Blue) = 153+180+157=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #99B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B49D is #664B62. Grayscale: #A9A9A9. Windows color (decimal): -6703971 or 10335385. OLE color: 10335385.

HSL color Cylindrical-coordinate representation of color #99B49D: hue angle of 128.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B49D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB153180157-
CMYK0.1500.130.29
HSL128.89º15.25%65.29%-
HSV(B)128.89º15%70.59%-
XYZ35.5441.8538.1-
YUV169.3121.05116.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=31.22%
G=36.73%
B=32.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801570.1500.130.29128.8915.2565.29
Hex99B49DF0D1D81f41
Octal231264235170153520117101
Binary100110011011010010011101111101101111011000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,157); }

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

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

 a { background-color: rgb(153,180,157); }

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

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

 span { border-color: rgb(153,180,157); }

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