#92B095

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

Shades of Envy #92B095

Tints of Envy #92B095

Color information

#92B095 (or 0x92B095) is unknown color: approx Envy. HEX triplet: 92, B0 and 95. RGB value is (146,176,149). Sum of RGB (Red+Green+Blue) = 146+176+149=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #92B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B095 is #6D4F6A. Grayscale: #A4A4A4. Windows color (decimal): -7163755 or 9810066. OLE color: 9810066.

HSL color Cylindrical-coordinate representation of color #92B095: hue angle of 126º degrees, saturation: 0.16, 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 #92B095 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB146176149-
CMYK0.1700.150.31
HSL126º15.96%63.14%-
HSV(B)126º17.05%69.02%-
XYZ32.839.3334.3-
YUV163.95119.56115.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=31.00%
G=37.37%
B=31.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461761490.1700.150.3112615.9663.14
Hex92B095110F1F7e103f
Octal22226022521017371762077
Binary100100101011000010010101100010111111111111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,176,149); }

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

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

 a { background-color: rgb(146,176,149); }

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

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

 span { border-color: rgb(146,176,149); }

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