Html Css Color HEX #91AB96 Edward

📋 copy color: '#91AB96'

red 145 ◦ green 171 ◦ blue 150

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

Shades of Edward #91AB96

Tints of Edward #91AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 31.12%
G = 36.7%
B = 32.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#91AB96 (or 0x91AB96) is known color: Edward. HEX triplet: 91, AB and 96. RGB value is (145,171,150). Sum of RGB (Red+Green+Blue) = 145+171+150=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AB96 is #6E5469. Grayscale: #A0A0A0. Windows color (decimal): -7230570 or 9874321. OLE color: 9874321.

HSL color Cylindrical-coordinate representation of color #91AB96: hue angle of 131.54º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91AB96 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 171 150 -
CMYK 0.15 0 0.12 0.33
HSL 131.54º 0.13% 0.62% -
HSV(B) 131.54º 0.15% 0.67% -
XYZ 31.74 37.35 34.39 -
YUV 160.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 145 171 150 0.15 0 0.12 0.33 131.54 0.13 0.62
Hex 91 AB 96 F 0 C 21 84 D 3E
Octal 221 253 226 17 0 14 41 204 15 76
Binary 10010001 10101011 10010110 1111 0 1100 100001 10000100 1101 111110

Color Harmonies of #91AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AB96

Black with #91AB96

Text Example


Text Example

White with #91AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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