Html Css Color HEX #96A49A Edward

📋 copy color: '#96A49A'

red 150 ◦ green 164 ◦ blue 154

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

Shades of Edward #96A49A

Tints of Edward #96A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.04%

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 32.05%
G = 35.04%
B = 32.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#96A49A (or 0x96A49A) is known color: Edward. HEX triplet: 96, A4 and 9A. RGB value is (150,164,154). Sum of RGB (Red+Green+Blue) = 150+164+154=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #96A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A49A is #695B65. Grayscale: #9E9E9E. Windows color (decimal): -6904678 or 10134678. OLE color: 10134678.

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

Color convert

RGB 150 164 154 -
CMYK 0.09 0 0.06 0.36
HSL 137.14º 0.07% 0.62% -
HSV(B) 137.14º 0.09% 0.64% -
XYZ 31.69 35.37 35.73 -
YUV 158.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 150 164 154 0.09 0 0.06 0.36 137.14 0.07 0.62
Hex 96 A4 9A 9 0 6 24 89 7 3E
Octal 226 244 232 11 0 6 44 211 7 76
Binary 10010110 10100100 10011010 1001 0 110 100100 10001001 111 111110

Color Harmonies of #96A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A49A

Black with #96A49A

Text Example


Text Example

White with #96A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,164,154); }

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

background-color css

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

 a { background-color: rgb(150,164,154); }

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

border-color css

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

 span { border-color: rgb(150,164,154); }

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