#92AB97

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

Shades of Edward #92AB97

Tints of Edward #92AB97

Color information

#92AB97 (or 0x92AB97) is unknown color: approx Edward. HEX triplet: 92, AB and 97. RGB value is (146,171,151). Sum of RGB (Red+Green+Blue) = 146+171+151=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB97 is #6D5468. Grayscale: #A1A1A1. Windows color (decimal): -7165033 or 9939858. OLE color: 9939858.

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

Color convert

RGB146171151-
CMYK0.1500.120.33
HSL132º12.95%62.16%-
HSV(B)132º14.62%67.06%-
XYZ3237.4734.82-
YUV161.24122.22117.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.20%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=31.20%
G=36.54%
B=32.26%

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
Decimal1461711510.1500.120.3313212.9562.16
Hex92AB97F0C2184d3e
Octal22225322717014412041576
Binary100100101010101110010111111101100100001100001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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