#99B39C

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

Shades of Edward #99B39C

Tints of Edward #99B39C

Color information

#99B39C (or 0x99B39C) is unknown color: approx Edward. HEX triplet: 99, B3 and 9C. RGB value is (153,179,156). Sum of RGB (Red+Green+Blue) = 153+179+156=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #99B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B39C is #664C63. Grayscale: #A8A8A8. Windows color (decimal): -6704228 or 10269593. OLE color: 10269593.

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

Color convert

RGB153179156-
CMYK0.1500.130.30
HSL126.92º14.61%65.1%-
HSV(B)126.92º14.53%70.2%-
XYZ35.2641.4137.59-
YUV168.6120.89116.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=31.35%
G=36.68%
B=31.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531791560.1500.130.30126.9214.6165.1
Hex99B39CF0D1E7ff41
Octal231263234170153617717101
Binary10011001101100111001110011110110111110111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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