Html Css Color HEX #91AE96 Envy

📋 copy color: '#91AE96'

red 145 ◦ green 174 ◦ blue 150

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

Shades of Envy #91AE96

Tints of Envy #91AE96

RGB

 RED value IS 145 (57.03% from 255) = 30.92%

 GREEN value IS 174 (68.36% from 255) = 37.1%

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

R = 30.92%
G = 37.1%
B = 31.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#91AE96 (or 0x91AE96) is known color: Envy. HEX triplet: 91, AE and 96. RGB value is (145,174,150). Sum of RGB (Red+Green+Blue) = 145+174+150=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #91AE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AE96 is #6E5169. Grayscale: #A2A2A2. Windows color (decimal): -7229802 or 9875089. OLE color: 9875089.

HSL color Cylindrical-coordinate representation of color #91AE96: hue angle of 130.34º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91AE96 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 174 150 -
CMYK 0.17 0 0.14 0.32
HSL 130.34º 0.15% 0.63% -
HSV(B) 130.34º 0.17% 0.68% -
XYZ 32.32 38.49 34.58 -
YUV 162.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 145 174 150 0.17 0 0.14 0.32 130.34 0.15 0.63
Hex 91 AE 96 11 0 E 20 82 F 3F
Octal 221 256 226 21 0 16 40 202 17 77
Binary 10010001 10101110 10010110 10001 0 1110 100000 10000010 1111 111111

Color Harmonies of #91AE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AE96

Black with #91AE96

Text Example


Text Example

White with #91AE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91AE96; }

 p { color: rgb(145,174,150); }

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

background-color css

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

 a { background-color: rgb(145,174,150); }

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

border-color css

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

 span { border-color: rgb(145,174,150); }

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