#92A998

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

Shades of Edward #92A998

Tints of Edward #92A998

Color information

#92A998 (or 0x92A998) is unknown color: approx Edward. HEX triplet: 92, A9 and 98. RGB value is (146,169,152). Sum of RGB (Red+Green+Blue) = 146+169+152=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #92A998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A998 is #6D5667. Grayscale: #A0A0A0. Windows color (decimal): -7165544 or 10004882. OLE color: 10004882.

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

Color convert

RGB146169152-
CMYK0.1400.100.34
HSL135.65º11.79%61.76%-
HSV(B)135.65º13.61%66.27%-
XYZ31.7136.7535.13-
YUV160.18123.38117.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=31.26%
G=36.19%
B=32.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691520.1400.100.34135.6511.7961.76
Hex92A998E0A2288c3e
Octal22225123016012422101476
Binary100100101010100110011000111001010100010100010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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