#96A599

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

Shades of Edward #96A599

Tints of Edward #96A599

Color information

#96A599 (or 0x96A599) is unknown color: approx Edward. HEX triplet: 96, A5 and 99. RGB value is (150,165,153). Sum of RGB (Red+Green+Blue) = 150+165+153=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 165 - color contains mainly: green. Hex color #96A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A599 is #695A66. Grayscale: #9F9F9F. Windows color (decimal): -6904423 or 10069398. OLE color: 10069398.

HSL color Cylindrical-coordinate representation of color #96A599: hue angle of 132º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A599 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB150165153-
CMYK0.0900.070.35
HSL132º7.69%61.76%-
HSV(B)132º9.09%64.71%-
XYZ31.7835.6935.35-
YUV159.15124.53121.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=32.05%
G=35.26%
B=32.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651530.0900.070.351327.6961.76
Hex96A599907238483e
Octal2262452311107432041076
Binary10010110101001011001100110010111100011100001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A599; }

 p { color: rgb(150,165,153); }

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

<style>
 a { background-color: #96A599; }

 a { background-color: rgb(150,165,153); }

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

<style>
 span { border-color: #96A599; }

 span { border-color: rgb(150,165,153); }

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