Html Css Color HEX #96A19A Edward

📋 copy color: '#96A19A'

red 150 ◦ green 161 ◦ blue 154

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

Shades of Edward #96A19A

Tints of Edward #96A19A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.62%

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

R = 32.26%
G = 34.62%
B = 33.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#96A19A (or 0x96A19A) is known color: Edward. HEX triplet: 96, A1 and 9A. RGB value is (150,161,154). Sum of RGB (Red+Green+Blue) = 150+161+154=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 161 - color contains mainly: green. Hex color #96A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A19A is #695E65. Grayscale: #9C9C9C. Windows color (decimal): -6905446 or 10133910. OLE color: 10133910.

HSL color Cylindrical-coordinate representation of color #96A19A: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96A19A is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 161 154 -
CMYK 0.07 0 0.04 0.37
HSL 141.82º 0.06% 0.61% -
HSV(B) 141.82º 0.07% 0.63% -
XYZ 31.16 34.31 35.55 -
YUV 156.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 150 161 154 0.07 0 0.04 0.37 141.82 0.06 0.61
Hex 96 A1 9A 7 0 4 25 8E 6 3D
Octal 226 241 232 7 0 4 45 216 6 75
Binary 10010110 10100001 10011010 111 0 100 100101 10001110 110 111101

Color Harmonies of #96A19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A19A

Black with #96A19A

Text Example


Text Example

White with #96A19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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