#92A697

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

Shades of Edward #92A697

Tints of Edward #92A697

Color information

#92A697 (or 0x92A697) is unknown color: approx Edward. HEX triplet: 92, A6 and 97. RGB value is (146,166,151). Sum of RGB (Red+Green+Blue) = 146+166+151=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #92A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A697 is #6D5968. Grayscale: #9E9E9E. Windows color (decimal): -7166313 or 9938578. OLE color: 9938578.

HSL color Cylindrical-coordinate representation of color #92A697: hue angle of 135º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A697 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB146166151-
CMYK0.1200.090.35
HSL135º10.1%61.18%-
HSV(B)135º12.05%65.1%-
XYZ31.0835.6234.52-
YUV158.31123.87119.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=31.53%
G=35.85%
B=32.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461661510.1200.090.3513510.161.18
Hex92A697C092387a3d
Octal22224622714011432071275
Binary100100101010011010010111110001001100011100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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