#99B39E

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

Shades of Edward #99B39E

Tints of Edward #99B39E

Color information

#99B39E (or 0x99B39E) is unknown color: approx Edward. HEX triplet: 99, B3 and 9E. RGB value is (153,179,158). Sum of RGB (Red+Green+Blue) = 153+179+158=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #99B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B39E is #664C61. Grayscale: #A8A8A8. Windows color (decimal): -6704226 or 10400665. OLE color: 10400665.

HSL color Cylindrical-coordinate representation of color #99B39E: hue angle of 131.54º 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 #99B39E is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB153179158-
CMYK0.1500.120.30
HSL131.54º14.61%65.1%-
HSV(B)131.54º14.53%70.2%-
XYZ35.4341.4838.49-
YUV168.83121.89116.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=31.22%
G=36.53%
B=32.24%

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
Decimal1531791580.1500.120.30131.5414.6165.1
Hex99B39EF0C1E84f41
Octal231263236170143620417101
Binary100110011011001110011110111101100111101000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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