#96A598

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

Shades of Edward #96A598

Tints of Edward #96A598

Color information

#96A598 (or 0x96A598) is unknown color: approx Edward. HEX triplet: 96, A5 and 98. RGB value is (150,165,152). Sum of RGB (Red+Green+Blue) = 150+165+152=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #96A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A598 is #695A67. Grayscale: #9F9F9F. Windows color (decimal): -6904424 or 10003862. OLE color: 10003862.

HSL color Cylindrical-coordinate representation of color #96A598: hue angle of 128º 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 #96A598 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB150165152-
CMYK0.0900.080.35
HSL128º7.69%61.76%-
HSV(B)128º9.09%64.71%-
XYZ31.735.6634.92-
YUV159.03124.03121.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=32.12%
G=35.33%
B=32.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651520.0900.080.351287.6961.76
Hex96A598908238083e
Octal22624523011010432001076
Binary100101101010010110011000100101000100011100000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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