#919586

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

Shades of Sage #919586

Tints of Sage #919586

Color information

#919586 (or 0x919586) is unknown color: approx Sage. HEX triplet: 91, 95 and 86. RGB value is (145,149,134). Sum of RGB (Red+Green+Blue) = 145+149+134=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 149 - color contains mainly: green. Hex color #919586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919586 is #6E6A79. Grayscale: #929292. Windows color (decimal): -7236218 or 8820113. OLE color: 8820113.

HSL color Cylindrical-coordinate representation of color #919586: hue angle of 76º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919586 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB145149134-
CMYK0.0300.100.42
HSL76º6.61%55.49%-
HSV(B)76º10.07%58.43%-
XYZ26.7329.2426.79-
YUV146.09121.17127.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=33.88%
G=34.81%
B=31.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491340.0300.100.42766.6155.49
Hex91958630A2A4c737
Octal221225206301252114767
Binary10010001100101011000011011010101010101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919586; }

 p { color: rgb(145,149,134); }

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

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

 a { background-color: rgb(145,149,134); }

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

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

 span { border-color: rgb(145,149,134); }

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