Html Css Color HEX #959996 Edward

📋 copy color: '#959996'

red 149 ◦ green 153 ◦ blue 150

#959996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #959996

Tints of Edward #959996

RGB

 RED value IS 149 (58.59% from 255) = 32.96%

 GREEN value IS 153 (60.16% from 255) = 33.85%

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 32.96%
G = 33.85%
B = 33.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#959996 (or 0x959996) is known color: Edward. HEX triplet: 95, 99 and 96. RGB value is (149,153,150). Sum of RGB (Red+Green+Blue) = 149+153+150=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 153 - color contains mainly: green. Hex color #959996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959996 is #6A6669. Grayscale: #979797. Windows color (decimal): -6973034 or 9869717. OLE color: 9869717.

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

Color convert

RGB 149 153 150 -
CMYK 0.03 0 0.02 0.4
HSL 135º 0.02% 0.59% -
HSV(B) 135º 0.03% 0.6% -
XYZ 29.29 31.37 33.37 -
YUV 151.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 149 153 150 0.03 0 0.02 0.4 135 0.02 0.59
Hex 95 99 96 3 0 2 28 87 2 3B
Octal 225 231 226 3 0 2 50 207 2 73
Binary 10010101 10011001 10010110 11 0 10 101000 10000111 10 111011

Color Harmonies of #959996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959996

Black with #959996

Text Example


Text Example

White with #959996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959996; }

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

 H1.HeaderClassName
 {
   color: #959996;
 }
 .AnyTagClassName
 {
   color: #959996;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #959996;
 }
 .BgClassName
 {
   background-color: #959996;
 }
</style>

border-color css

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

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

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