#91A296

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

Shades of Edward #91A296

Tints of Edward #91A296

Color information

#91A296 (or 0x91A296) is unknown color: approx Edward. HEX triplet: 91, A2 and 96. RGB value is (145,162,150). Sum of RGB (Red+Green+Blue) = 145+162+150=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #91A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A296 is #6E5D69. Grayscale: #9B9B9B. Windows color (decimal): -7232874 or 9872017. OLE color: 9872017.

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

Color convert

RGB145162150-
CMYK0.1000.070.36
HSL137.65º8.37%60.2%-
HSV(B)137.65º10.49%63.53%-
XYZ30.134.0633.84-
YUV155.55124.87120.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.73%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=31.73%
G=35.45%
B=32.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451621500.1000.070.36137.658.3760.2
Hex91A296A07248a83c
Octal2212422261207442121074
Binary10010001101000101001011010100111100100100010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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