#96A398

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

Shades of Edward #96A398

Tints of Edward #96A398

Color information

#96A398 (or 0x96A398) is unknown color: approx Edward. HEX triplet: 96, A3 and 98. RGB value is (150,163,152). Sum of RGB (Red+Green+Blue) = 150+163+152=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #96A398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A398 is #695C67. Grayscale: #9D9D9D. Windows color (decimal): -6904936 or 10003350. OLE color: 10003350.

HSL color Cylindrical-coordinate representation of color #96A398: hue angle of 129.23º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A398 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB150163152-
CMYK0.0800.070.36
HSL129.23º6.6%61.37%-
HSV(B)129.23º7.98%63.92%-
XYZ31.3434.9534.8-
YUV157.86124.69122.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=32.26%
G=35.05%
B=32.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631520.0800.070.36129.236.661.37
Hex96A398807248173d
Octal226243230100744201775
Binary1001011010100011100110001000011110010010000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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