#909386

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

Shades of Sage #909386

Tints of Sage #909386

Color information

#909386 (or 0x909386) is unknown color: approx Sage. HEX triplet: 90, 93 and 86. RGB value is (144,147,134). Sum of RGB (Red+Green+Blue) = 144+147+134=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #909386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909386 is #6F6C79. Grayscale: #909090. Windows color (decimal): -7302266 or 8819600. OLE color: 8819600.

HSL color Cylindrical-coordinate representation of color #909386: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #909386 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB144147134-
CMYK0.0200.090.42
HSL73.85º5.68%55.1%-
HSV(B)73.85º8.84%57.65%-
XYZ26.2428.5226.68-
YUV144.62122.01127.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.88%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=33.88%
G=34.59%
B=31.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471340.0200.090.4273.855.6855.1
Hex9093862092A4a637
Octal220223206201152112667
Binary10010000100100111000011010010011010101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909386; }

 p { color: rgb(144,147,134); }

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

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

 a { background-color: rgb(144,147,134); }

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

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

 span { border-color: rgb(144,147,134); }

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