#92A999

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

Shades of Edward #92A999

Tints of Edward #92A999

Color information

#92A999 (or 0x92A999) is unknown color: approx Edward. HEX triplet: 92, A9 and 99. RGB value is (146,169,153). Sum of RGB (Red+Green+Blue) = 146+169+153=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #92A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A999 is #6D5666. Grayscale: #A0A0A0. Windows color (decimal): -7165543 or 10070418. OLE color: 10070418.

HSL color Cylindrical-coordinate representation of color #92A999: hue angle of 138.26º 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 #92A999 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB146169153-
CMYK0.1400.090.34
HSL138.26º11.79%61.76%-
HSV(B)138.26º13.61%66.27%-
XYZ31.7936.7935.56-
YUV160.3123.88117.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.20%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=31.20%
G=36.11%
B=32.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691530.1400.090.34138.2611.7961.76
Hex92A999E09228ac3e
Octal22225123116011422121476
Binary100100101010100110011001111001001100010100010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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