#90B096

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

Shades of Envy #90B096

Tints of Envy #90B096

Color information

#90B096 (or 0x90B096) is unknown color: approx Envy. HEX triplet: 90, B0 and 96. RGB value is (144,176,150). Sum of RGB (Red+Green+Blue) = 144+176+150=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #90B096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B096 is #6F4F69. Grayscale: #A3A3A3. Windows color (decimal): -7294826 or 9875600. OLE color: 9875600.

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

Color convert

RGB144176150-
CMYK0.1800.150.31
HSL131.25º16.84%62.75%-
HSV(B)131.25º18.18%69.02%-
XYZ32.5339.1834.7-
YUV163.47120.4114.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.64%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=30.64%
G=37.45%
B=31.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441761500.1800.150.31131.2516.8462.75
Hex90B096120F1F83113f
Octal22026022622017372032177
Binary1001000010110000100101101001001111111111000001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90B096; }

 p { color: rgb(144,176,150); }

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

<style>
 a { background-color: #90B096; }

 a { background-color: rgb(144,176,150); }

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

<style>
 span { border-color: #90B096; }

 span { border-color: rgb(144,176,150); }

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