#99B39D

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

Shades of Edward #99B39D

Tints of Edward #99B39D

Color information

#99B39D (or 0x99B39D) is unknown color: approx Edward. HEX triplet: 99, B3 and 9D. RGB value is (153,179,157). Sum of RGB (Red+Green+Blue) = 153+179+157=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #99B39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B39D is #664C62. Grayscale: #A8A8A8. Windows color (decimal): -6704227 or 10335129. OLE color: 10335129.

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

Color convert

RGB153179157-
CMYK0.1500.120.30
HSL129.23º14.61%65.1%-
HSV(B)129.23º14.53%70.2%-
XYZ35.3441.4538.04-
YUV168.72121.39116.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=31.29%
G=36.61%
B=32.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531791570.1500.120.30129.2314.6165.1
Hex99B39DF0C1E81f41
Octal231263235170143620117101
Binary100110011011001110011101111101100111101000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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