#92AF98

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

Shades of Edward #92AF98

Tints of Edward #92AF98

Color information

#92AF98 (or 0x92AF98) is unknown color: approx Edward. HEX triplet: 92, AF and 98. RGB value is (146,175,152). Sum of RGB (Red+Green+Blue) = 146+175+152=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AF98 is #6D5067. Grayscale: #A3A3A3. Windows color (decimal): -7164008 or 10006418. OLE color: 10006418.

HSL color Cylindrical-coordinate representation of color #92AF98: hue angle of 132.41º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92AF98 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB146175152-
CMYK0.1700.130.31
HSL132.41º15.34%62.94%-
HSV(B)132.41º16.57%68.63%-
XYZ32.8539.0435.51-
YUV163.71121.39115.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=30.87%
G=37.00%
B=32.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461751520.1700.130.31132.4115.3462.94
Hex92AF98110D1F84f3f
Octal22225723021015372041777
Binary100100101010111110011000100010110111111100001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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