#92AE97

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

Shades of Edward #92AE97

Tints of Edward #92AE97

Color information

#92AE97 (or 0x92AE97) is unknown color: approx Edward. HEX triplet: 92, AE and 97. RGB value is (146,174,151). Sum of RGB (Red+Green+Blue) = 146+174+151=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AE97 is #6D5168. Grayscale: #A3A3A3. Windows color (decimal): -7164265 or 9940626. OLE color: 9940626.

HSL color Cylindrical-coordinate representation of color #92AE97: hue angle of 130.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92AE97 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB146174151-
CMYK0.1600.130.32
HSL130.71º14.74%62.75%-
HSV(B)130.71º16.09%68.24%-
XYZ32.5838.6235.02-
YUV163.01121.22115.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=31.00%
G=36.94%
B=32.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461741510.1600.130.32130.7114.7462.75
Hex92AE97100D2083f3f
Octal22225622720015402031777
Binary1001001010101110100101111000001101100000100000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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