#96A898

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

Shades of Edward #96A898

Tints of Edward #96A898

Color information

#96A898 (or 0x96A898) is unknown color: approx Edward. HEX triplet: 96, A8 and 98. RGB value is (150,168,152). Sum of RGB (Red+Green+Blue) = 150+168+152=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #96A898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A898 is #695767. Grayscale: #A0A0A0. Windows color (decimal): -6903656 or 10004630. OLE color: 10004630.

HSL color Cylindrical-coordinate representation of color #96A898: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96A898 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB150168152-
CMYK0.1100.100.34
HSL126.67º9.38%62.35%-
HSV(B)126.67º10.71%65.88%-
XYZ32.2536.7635.1-
YUV160.79123.04120.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=31.91%
G=35.74%
B=32.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501681520.1100.100.34126.679.3862.35
Hex96A898B0A227f93e
Octal22625023013012421771176
Binary10010110101010001001100010110101010001011111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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