Html Css Color HEX #91A194 Envy

📋 copy color: '#91A194'

red 145 ◦ green 161 ◦ blue 148

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

Shades of Envy #91A194

Tints of Envy #91A194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.6%

R = 31.94%
G = 35.46%
B = 32.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#91A194 (or 0x91A194) is known color: Envy. HEX triplet: 91, A1 and 94. RGB value is (145,161,148). Sum of RGB (Red+Green+Blue) = 145+161+148=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 161 - color contains mainly: green. Hex color #91A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A194 is #6E5E6B. Grayscale: #9A9A9A. Windows color (decimal): -7233132 or 9740689. OLE color: 9740689.

HSL color Cylindrical-coordinate representation of color #91A194: hue angle of 131.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #91A194 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 145 161 148 -
CMYK 0.10 0 0.08 0.37
HSL 131.25º 0.08% 0.6% -
HSV(B) 131.25º 0.1% 0.63% -
XYZ 29.77 33.65 32.94 -
YUV 154.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 145 161 148 0.10 0 0.08 0.37 131.25 0.08 0.6
Hex 91 A1 94 A 0 8 25 83 8 3C
Octal 221 241 224 12 0 10 45 203 10 74
Binary 10010001 10100001 10010100 1010 0 1000 100101 10000011 1000 111100

Color Harmonies of #91A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A194

Black with #91A194

Text Example


Text Example

White with #91A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,161,148); }

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

background-color css

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

 a { background-color: rgb(145,161,148); }

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

border-color css

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

 span { border-color: rgb(145,161,148); }

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