#92AB99

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

Shades of Edward #92AB99

Tints of Edward #92AB99

Color information

#92AB99 (or 0x92AB99) is unknown color: approx Edward. HEX triplet: 92, AB and 99. RGB value is (146,171,153). Sum of RGB (Red+Green+Blue) = 146+171+153=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB99 is #6D5466. Grayscale: #A1A1A1. Windows color (decimal): -7165031 or 10070930. OLE color: 10070930.

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

Color convert

RGB146171153-
CMYK0.1500.110.33
HSL136.8º12.95%62.16%-
HSV(B)136.8º14.62%67.06%-
XYZ32.1737.5435.69-
YUV161.47123.22116.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=31.06%
G=36.38%
B=32.55%

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
Decimal1461711530.1500.110.33136.812.9562.16
Hex92AB99F0B2189d3e
Octal22225323117013412111576
Binary100100101010101110011001111101011100001100010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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