#929B80

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

Shades of Sage #929B80

Tints of Sage #929B80

Color information

#929B80 (or 0x929B80) is unknown color: approx Sage. HEX triplet: 92, 9B and 80. RGB value is (146,155,128). Sum of RGB (Red+Green+Blue) = 146+155+128=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #929B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B80 is #6D647F. Grayscale: #959595. Windows color (decimal): -7169152 or 8428434. OLE color: 8428434.

HSL color Cylindrical-coordinate representation of color #929B80: hue angle of 80º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #929B80 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB146155128-
CMYK0.0600.170.39
HSL80º11.89%55.49%-
HSV(B)80º17.42%60.78%-
XYZ27.4731.1124.98-
YUV149.23116.02125.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=34.03%
G=36.13%
B=29.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551280.0600.170.398011.8955.49
Hex929B8060112750c37
Octal2222332006021471201467
Binary10010010100110111000000011001000110011110100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929B80; }

 p { color: rgb(146,155,128); }

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

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

 a { background-color: rgb(146,155,128); }

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

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

 span { border-color: rgb(146,155,128); }

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