Html Css Color HEX #91A594 Envy

📋 copy color: '#91A594'

red 145 ◦ green 165 ◦ blue 148

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

Shades of Envy #91A594

Tints of Envy #91A594

RGB

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

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

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

R = 31.66%
G = 36.03%
B = 32.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#91A594 (or 0x91A594) is known color: Envy. HEX triplet: 91, A5 and 94. RGB value is (145,165,148). Sum of RGB (Red+Green+Blue) = 145+165+148=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 165 - color contains mainly: green. Hex color #91A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A594 is #6E5A6B. Grayscale: #9D9D9D. Windows color (decimal): -7232108 or 9741713. OLE color: 9741713.

HSL color Cylindrical-coordinate representation of color #91A594: hue angle of 129º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A594 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 145 165 148 -
CMYK 0.12 0 0.10 0.35
HSL 129º 0.1% 0.61% -
HSV(B) 129º 0.12% 0.65% -
XYZ 30.48 35.07 33.18 -
YUV 157.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 145 165 148 0.12 0 0.10 0.35 129 0.1 0.61
Hex 91 A5 94 C 0 A 23 81 A 3D
Octal 221 245 224 14 0 12 43 201 12 75
Binary 10010001 10100101 10010100 1100 0 1010 100011 10000001 1010 111101

Color Harmonies of #91A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A594

Black with #91A594

Text Example


Text Example

White with #91A594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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