#91AB97

Color #91AB97 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #91AB97

Tints of Edward #91AB97

Color information

#91AB97 (or 0x91AB97) is unknown color: approx Edward. HEX triplet: 91, AB and 97. RGB value is (145,171,151). Sum of RGB (Red+Green+Blue) = 145+171+151=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AB97 is #6E5468. Grayscale: #A1A1A1. Windows color (decimal): -7230569 or 9939857. OLE color: 9939857.

HSL color Cylindrical-coordinate representation of color #91AB97: hue angle of 133.85º 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 #91AB97 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB145171151-
CMYK0.1500.120.33
HSL133.85º13.4%61.96%-
HSV(B)133.85º15.2%67.06%-
XYZ31.8337.3834.82-
YUV160.95122.39116.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=31.05%
G=36.62%
B=32.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451711510.1500.120.33133.8513.461.96
Hex91AB97F0C2186d3e
Octal22125322717014412061576
Binary100100011010101110010111111101100100001100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91AB97;
 }
 .AnyTagClassName
 {
   color: #91AB97;
 }
</style>
background-color css

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

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

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

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

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

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