Html Css Color HEX #96AA9B Edward

📋 copy color: '#96AA9B'

red 150 ◦ green 170 ◦ blue 155

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

Shades of Edward #96AA9B

Tints of Edward #96AA9B

RGB

 RED value IS 150 (58.98% from 255) = 31.58%

 GREEN value IS 170 (66.8% from 255) = 35.79%

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 31.58%
G = 35.79%
B = 32.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#96AA9B (or 0x96AA9B) is known color: Edward. HEX triplet: 96, AA and 9B. RGB value is (150,170,155). Sum of RGB (Red+Green+Blue) = 150+170+155=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA9B is #695564. Grayscale: #A2A2A2. Windows color (decimal): -6903141 or 10201750. OLE color: 10201750.

HSL color Cylindrical-coordinate representation of color #96AA9B: hue angle of 135º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AA9B is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 170 155 -
CMYK 0.12 0 0.09 0.33
HSL 135º 0.11% 0.63% -
HSV(B) 135º 0.12% 0.67% -
XYZ 32.87 37.6 36.54 -
YUV 162.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 150 170 155 0.12 0 0.09 0.33 135 0.11 0.63
Hex 96 AA 9B C 0 9 21 87 B 3F
Octal 226 252 233 14 0 11 41 207 13 77
Binary 10010110 10101010 10011011 1100 0 1001 100001 10000111 1011 111111

Color Harmonies of #96AA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA9B

Black with #96AA9B

Text Example


Text Example

White with #96AA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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