#949B82

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

Shades of Sage #949B82

Tints of Sage #949B82

Color information

#949B82 (or 0x949B82) is unknown color: approx Sage. HEX triplet: 94, 9B and 82. RGB value is (148,155,130). Sum of RGB (Red+Green+Blue) = 148+155+130=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #949B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B82 is #6B647D. Grayscale: #969696. Windows color (decimal): -7038078 or 8559508. OLE color: 8559508.

HSL color Cylindrical-coordinate representation of color #949B82: hue angle of 76.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #949B82 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB148155130-
CMYK0.0500.160.39
HSL76.8º11.11%55.88%-
HSV(B)76.8º16.13%60.78%-
XYZ27.9631.3525.7-
YUV150.06116.68126.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=34.18%
G=35.80%
B=30.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481551300.0500.160.3976.811.1155.88
Hex949B825010274db38
Octal2242332025020471151370
Binary10010100100110111000001010101000010011110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949B82; }

 p { color: rgb(148,155,130); }

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

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

 a { background-color: rgb(148,155,130); }

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

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

 span { border-color: rgb(148,155,130); }

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