#92A296

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

Shades of Edward #92A296

Tints of Edward #92A296

Color information

#92A296 (or 0x92A296) is unknown color: approx Edward. HEX triplet: 92, A2 and 96. RGB value is (146,162,150). Sum of RGB (Red+Green+Blue) = 146+162+150=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 162 - color contains mainly: green. Hex color #92A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A296 is #6D5D69. Grayscale: #9B9B9B. Windows color (decimal): -7167338 or 9872018. OLE color: 9872018.

HSL color Cylindrical-coordinate representation of color #92A296: hue angle of 135º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92A296 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB146162150-
CMYK0.1000.070.36
HSL135º7.92%60.39%-
HSV(B)135º9.88%63.53%-
XYZ30.2834.1533.85-
YUV155.85124.7120.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=31.88%
G=35.37%
B=32.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461621500.1000.070.361357.9260.39
Hex92A296A07248783c
Octal2222422261207442071074
Binary10010010101000101001011010100111100100100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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