#92A996

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

Shades of Edward #92A996

Tints of Edward #92A996

Color information

#92A996 (or 0x92A996) is unknown color: approx Edward. HEX triplet: 92, A9 and 96. RGB value is (146,169,150). Sum of RGB (Red+Green+Blue) = 146+169+150=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #92A996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A996 is #6D5669. Grayscale: #A0A0A0. Windows color (decimal): -7165546 or 9873810. OLE color: 9873810.

HSL color Cylindrical-coordinate representation of color #92A996: hue angle of 130.43º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92A996 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB146169150-
CMYK0.1400.110.34
HSL130.43º11.79%61.76%-
HSV(B)130.43º13.61%66.27%-
XYZ31.5536.6934.27-
YUV159.96122.38118.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=31.40%
G=36.34%
B=32.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691500.1400.110.34130.4311.7961.76
Hex92A996E0B2282c3e
Octal22225122616013422021476
Binary100100101010100110010110111001011100010100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,169,150); }

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

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

 a { background-color: rgb(146,169,150); }

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

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

 span { border-color: rgb(146,169,150); }

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