#92AC99

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

Shades of Edward #92AC99

Tints of Edward #92AC99

Color information

#92AC99 (or 0x92AC99) is unknown color: approx Edward. HEX triplet: 92, AC and 99. RGB value is (146,172,153). Sum of RGB (Red+Green+Blue) = 146+172+153=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AC99 is #6D5366. Grayscale: #A2A2A2. Windows color (decimal): -7164775 or 10071186. OLE color: 10071186.

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

Color convert

RGB146172153-
CMYK0.1500.110.33
HSL136.15º13.54%62.35%-
HSV(B)136.15º15.12%67.45%-
XYZ32.3637.9235.75-
YUV162.06122.89116.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=31.00%
G=36.52%
B=32.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461721530.1500.110.33136.1513.5462.35
Hex92AC99F0B2188e3e
Octal22225423117013412101676
Binary100100101010110010011001111101011100001100010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,153); }

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

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

 a { background-color: rgb(146,172,153); }

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

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

 span { border-color: rgb(146,172,153); }

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