Html Css Color HEX #96A59B Edward

📋 copy color: '#96A59B'

red 150 ◦ green 165 ◦ blue 155

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

Shades of Edward #96A59B

Tints of Edward #96A59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

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

R = 31.91%
G = 35.11%
B = 32.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#96A59B (or 0x96A59B) is known color: Edward. HEX triplet: 96, A5 and 9B. RGB value is (150,165,155). Sum of RGB (Red+Green+Blue) = 150+165+155=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 165 - color contains mainly: green. Hex color #96A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A59B is #695A64. Grayscale: #9F9F9F. Windows color (decimal): -6904421 or 10200470. OLE color: 10200470.

HSL color Cylindrical-coordinate representation of color #96A59B: hue angle of 140º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A59B is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 165 155 -
CMYK 0.09 0 0.06 0.35
HSL 140º 0.08% 0.62% -
HSV(B) 140º 0.09% 0.65% -
XYZ 31.95 35.76 36.23 -
YUV 159.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 150 165 155 0.09 0 0.06 0.35 140 0.08 0.62
Hex 96 A5 9B 9 0 6 23 8C 8 3E
Octal 226 245 233 11 0 6 43 214 10 76
Binary 10010110 10100101 10011011 1001 0 110 100011 10001100 1000 111110

Color Harmonies of #96A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A59B

Black with #96A59B

Text Example


Text Example

White with #96A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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