#969B98

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

Shades of Edward #969B98

Tints of Edward #969B98

Color information

#969B98 (or 0x969B98) is unknown color: approx Edward. HEX triplet: 96, 9B and 98. RGB value is (150,155,152). Sum of RGB (Red+Green+Blue) = 150+155+152=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 155 - color contains mainly: green. Hex color #969B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969B98 is #696467. Grayscale: #999999. Windows color (decimal): -6906984 or 10001302. OLE color: 10001302.

HSL color Cylindrical-coordinate representation of color #969B98: hue angle of 144º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969B98 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB150155152-
CMYK0.0300.020.39
HSL144º2.44%59.8%-
HSV(B)144º3.23%60.78%-
XYZ29.9732.1934.34-
YUV153.16127.34125.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=32.82%
G=33.92%
B=33.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501551520.0300.020.391442.4459.8
Hex969B98302279023c
Octal22623323030247220274
Binary100101101001101110011000110101001111001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969B98; }

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

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

<style>
 a { background-color: #969B98; }

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

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

<style>
 span { border-color: #969B98; }

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

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